milis/talimatname/temel/automake/talimat

19 lines
473 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Contains programs for generating Makefiles for use with Autoconf.
# URL: http://www.gnu.org/software/automake/
2016-03-20 02:15:25 +01:00
# Packager: milisarge@gmail.com
2016-02-24 01:27:23 +01:00
name=automake
version=1.15
release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd automake-$version
sed -i 's:/\\\${:/\\\$\\{:' bin/automake.in
./configure --prefix=/usr \
--docdir=$PKG/usr/share/doc/automake-$version
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/share/info/dir
}