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
19 lines
494 B
10 years ago
|
name=stow
|
||
10 years ago
|
version=2.2.0
|
||
10 years ago
|
|
||
9 years ago
|
dlextract "https://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2" \
|
||
10 years ago
|
"5bb56592eff9aaf9dfb6c975b3004240"
|
||
10 years ago
|
extrafile "fix-warning-message-perl5.20.patch"
|
||
9 years ago
|
extrafile "etc-stowrc.patch"
|
||
|
header_end
|
||
10 years ago
|
|
||
10 years ago
|
cd "$name-$version"
|
||
|
|
||
10 years ago
|
patch -p1 -i "../fix-warning-message-perl5.20.patch"
|
||
9 years ago
|
patch -p1 -i "../etc-stowrc.patch"
|
||
10 years ago
|
|
||
10 years ago
|
./configure --prefix=/tools
|
||
|
make DESTDIR="$dir_install" install-exec-am install-pmDATA install-dist_pmstowDATA
|
||
10 years ago
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|