[arch-commits] CVS update of extra/lib/libsexymm (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Sep 4 20:12:53 UTC 2007


    Date: Tuesday, September 4, 2007 @ 16:12:53
  Author: andyrtr
    Path: /home/cvs-extra/extra/lib/libsexymm

   Added: PKGBUILD (1.1)

pkg moved for bmpx


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


Index: extra/lib/libsexymm/PKGBUILD
diff -u /dev/null extra/lib/libsexymm/PKGBUILD:1.1
--- /dev/null	Tue Sep  4 16:12:53 2007
+++ extra/lib/libsexymm/PKGBUILD	Tue Sep  4 16:12:53 2007
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD,v 1.1 2007/09/04 20:12:53 andyrtr Exp $
+# Maintainer: Corrado 'bardo' Primier <corrado.primier at mail.polimi.it>
+# Contributor: pressh <pressh at gmail dot com>
+
+pkgname=libsexymm
+pkgver=0.1.9
+pkgrel=1
+pkgdesc="C++ bindings for libsexy"
+arch=('i686' 'x86_64')
+url="http://osiris.chipx86.com/projects/libsexy"
+license=('GPL')
+depends=('gtkmm' 'libsexy')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://releases.chipx86.com/libsexy/libsexymm/${pkgname}-${pkgver}.tar.gz)
+md5sums=('77c8ae69084e478a6b090ec6e5ae26bf')
+
+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