diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /extra/gconf-perl/PKGBUILD |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'extra/gconf-perl/PKGBUILD')
-rw-r--r-- | extra/gconf-perl/PKGBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/gconf-perl/PKGBUILD b/extra/gconf-perl/PKGBUILD new file mode 100644 index 000000000..c95f1eba2 --- /dev/null +++ b/extra/gconf-perl/PKGBUILD @@ -0,0 +1,23 @@ +# $Id: PKGBUILD 104906 2011-01-05 14:35:54Z jgc $ +# Maintainer: Jan de Groot <jgc@archlinux.org> + +pkgname=gconf-perl +_realname=Gnome2-GConf +pkgver=1.044 +pkgrel=4 +pkgdesc="Gnome2-GConf perl bindings for gconf" +arch=('i686' 'x86_64') +license=('LGPL') +url="http://gtk2-perl.sourceforge.net/" +makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends') +depends=('glib-perl' 'gconf' 'perl') +options=(!emptydirs) +source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz) +md5sums=('ea386003b18f067524833b0eeb271330') + +build() { + cd "${srcdir}/${_realname}-${pkgver}" + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR="${pkgdir}" install +} |