[arch-commits] CVS update of extra/devel/gperf (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Oct 28 19:53:19 UTC 2007


    Date: Sunday, October 28, 2007 @ 15:53:19
  Author: jgc
    Path: /home/cvs-extra/extra/devel/gperf

   Added: PKGBUILD (1.1)

upgpkg: gperf 3.0.3-1
Add gperf, it is needed to build some functionality in hal


----------+
 PKGBUILD |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)


Index: extra/devel/gperf/PKGBUILD
diff -u /dev/null extra/devel/gperf/PKGBUILD:1.1
--- /dev/null	Sun Oct 28 15:53:19 2007
+++ extra/devel/gperf/PKGBUILD	Sun Oct 28 15:53:18 2007
@@ -0,0 +1,19 @@
+#$Id: PKGBUILD,v 1.1 2007/10/28 19:53:18 jgc Exp $
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gperf
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Perfect hash function generator."
+arch=('x86_64' 'i686')
+url="http://www.gnu.org/software/gperf/"
+license=('GPL')
+depends=('gcc-libs')
+source=(ftp://ftp.gnu.org/gnu/gperf/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd $startdir/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=${startdir}/pkg install
+}




More information about the arch-commits mailing list