opt/autoconf-archive/Pkgfile
2017-01-26 12:00:16 +11:00

18 lines
429 B
Plaintext

# Description: A collection of freely re-usable Autoconf macros.
# URL: http://www.gnu.org/software/autoconf-archive/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
name=autoconf-archive
version=2016.09.16
release=1
source=(http://ftpmirror.gnu.org/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}