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.
15 lines
419 B
15 lines
419 B
name=stow
|
|
version=2.2.0
|
|
|
|
dlextract "http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2" \
|
|
"5bb56592eff9aaf9dfb6c975b3004240"
|
|
extrafile "fix-warning-message-perl5.20.patch"
|
|
|
|
cd "$name-$version"
|
|
|
|
patch -p1 -i "../fix-warning-message-perl5.20.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:
|
|
|