summaryrefslogtreecommitdiff
path: root/extra/libspiro
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-19 23:15:16 +0000
committerroot <root@rshg054.dnsready.net>2011-12-19 23:15:16 +0000
commit6d2dec5c3443d142a0131c43666929490961c16a (patch)
treeeb6b8e70d6557d1651309c65aef4812d6d10da1f /extra/libspiro
parentd8fd24a96ae712b2de3e9b05d937b135f41d016d (diff)
Mon Dec 19 23:15:16 UTC 2011
Diffstat (limited to 'extra/libspiro')
-rw-r--r--extra/libspiro/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/libspiro/PKGBUILD b/extra/libspiro/PKGBUILD
new file mode 100644
index 000000000..d27e6b9c1
--- /dev/null
+++ b/extra/libspiro/PKGBUILD
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 145163 2011-12-18 12:09:22Z bisson $
+# Contributor: Rémy Oudompheng <oudomphe@clipper.ens.fr>
+# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+
+pkgname=libspiro
+pkgver=20071029
+pkgrel=2
+pkgdesc='Simplifies the drawing of beautiful curves'
+url='http://libspiro.sourceforge.net/'
+license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_src-${pkgver}.tar.bz2")
+sha1sums=('d8b407b835b35289af2914877a4c6000b4fdd382')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}