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/libsexy |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'extra/libsexy')
-rw-r--r-- | extra/libsexy/PKGBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/libsexy/PKGBUILD b/extra/libsexy/PKGBUILD new file mode 100644 index 000000000..d40911e2c --- /dev/null +++ b/extra/libsexy/PKGBUILD @@ -0,0 +1,23 @@ +# $Id: PKGBUILD 57006 2009-10-31 07:29:59Z allan $ +# Maintainer: Jan de Groot <jgc@archlinux.org> +pkgname=libsexy +pkgver=0.1.11 +pkgrel=2 +pkgdesc="Doing naughty things to good widgets." +arch=('i686' 'x86_64') +license=('GPL') +url="http://chipx86.com/wiki/Libsexy" +depends=('gtk2' 'libxml2') +makedepends=('iso-codes' 'pkgconfig') +options=('!libtool') +source=(http://releases.chipx86.com/libsexy/libsexy/${pkgname}-${pkgver}.tar.gz) +md5sums=('33c079a253270ec8bfb9508e4bb30754') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr --disable-static + make || return 1 + make DESTDIR=${pkgdir} install + + rm -f ${pkgdir}/usr/lib/libsexy.a +} |