summaryrefslogtreecommitdiff
path: root/extra/libsexy/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libsexy/PKGBUILD')
-rw-r--r--extra/libsexy/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/extra/libsexy/PKGBUILD b/extra/libsexy/PKGBUILD
index d40911e2c..86536f8b3 100644
--- a/extra/libsexy/PKGBUILD
+++ b/extra/libsexy/PKGBUILD
@@ -1,8 +1,9 @@
-# $Id: PKGBUILD 57006 2009-10-31 07:29:59Z allan $
+# $Id: PKGBUILD 141654 2011-11-01 10:11:25Z pierre $
# Maintainer: Jan de Groot <jgc@archlinux.org>
+
pkgname=libsexy
pkgver=0.1.11
-pkgrel=2
+pkgrel=3
pkgdesc="Doing naughty things to good widgets."
arch=('i686' 'x86_64')
license=('GPL')
@@ -10,13 +11,17 @@ 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)
+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
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
rm -f ${pkgdir}/usr/lib/libsexy.a