Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
494 B

name=stow
version=2.2.0
dlextract "https://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2" \
"5bb56592eff9aaf9dfb6c975b3004240"
extrafile "fix-warning-message-perl5.20.patch"
extrafile "etc-stowrc.patch"
header_end
cd "$name-$version"
patch -p1 -i "../fix-warning-message-perl5.20.patch"
patch -p1 -i "../etc-stowrc.patch"
./configure --prefix=/tools
make DESTDIR="$dir_install" install-exec-am install-pmDATA install-dist_pmstowDATA
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: