summaryrefslogtreecommitdiff
path: root/extra/libsexy
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-03 12:50:27 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-03 12:50:27 -0300
commit692010aa202808a5b0ab62a132e5e366e34273fc (patch)
treea2c48fc9ef2c8ae3f6d1ff4f0905c36257fc9707 /extra/libsexy
parent01dfa0016c313f5ec5be0a8b624bac5031ff74a8 (diff)
parent6c10ff06abb7ca3a4db4c73624f73aafdd3b2e63 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/lightspark/PKGBUILD community-testing/gambas3/PKGBUILD community-testing/shotwell/PKGBUILD
Diffstat (limited to 'extra/libsexy')
-rw-r--r--extra/libsexy/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/extra/libsexy/PKGBUILD b/extra/libsexy/PKGBUILD
index 4c01ea44f..c507f0713 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' 'mips64el')
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