[arch-commits] Commit in libspiro/repos (4 files)

Gaetan Bisson bisson at archlinux.org
Sat Dec 17 08:00:09 UTC 2011


    Date: Saturday, December 17, 2011 @ 03:00:09
  Author: bisson
Revision: 145118

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libspiro/repos/testing-i686/
  libspiro/repos/testing-i686/PKGBUILD
    (from rev 145117, libspiro/trunk/PKGBUILD)
  libspiro/repos/testing-x86_64/
  libspiro/repos/testing-x86_64/PKGBUILD
    (from rev 145117, libspiro/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: libspiro/repos/testing-i686/PKGBUILD (from rev 145117, libspiro/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-12-17 08:00:09 UTC (rev 145118)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+# Maintainer: Gaetan Bisson <bisson at 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
+}

Copied: libspiro/repos/testing-x86_64/PKGBUILD (from rev 145117, libspiro/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-12-17 08:00:09 UTC (rev 145118)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+# Maintainer: Gaetan Bisson <bisson at 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
+}




More information about the arch-commits mailing list