From 9291e062cb24bac5d7c7059d4dc64669c1917b33 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:12:28 +0100 Subject: aaabasicfs 2011-3 et split des dépot base et extra en 2 git séparé MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autoconf/Pkgfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 autoconf/Pkgfile (limited to 'autoconf/Pkgfile') diff --git a/autoconf/Pkgfile b/autoconf/Pkgfile new file mode 100755 index 000000000..11e394565 --- /dev/null +++ b/autoconf/Pkgfile @@ -0,0 +1,21 @@ +# Description: Permet la production de scripts pouvant configurer automatiquement le code source +# URL: http://www.gnu.org/software/autoconf/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=autoconf +version=2.68 +release=1 +source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) + + +build() { +cd $name-$version +./configure --prefix=/usr +make +make DESTDIR=$PKG install +if [ -f $PKG/usr/share/info/dir ]; then + rm $PKG/usr/share/info/dir +fi +} -- cgit v1.2.3-54-g00ecf