summaryrefslogtreecommitdiff
path: root/extra/libmowgli
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-17 15:59:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-17 15:59:35 -0300
commit6fed2edc6f9533e7894bbbacdbd1dbbb50076b01 (patch)
treefae0fe13e944d0265e921e57e355718c3ccd3f10 /extra/libmowgli
parent048b7287473507b76146e58378f4bfcfacf1060b (diff)
parent84837d89991e1e82e5aef8e297541c572ebf2efa (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: extra/libmcs/PKGBUILD extra/libmowgli/PKGBUILD kde-unstable/kdepim/PKGBUILD
Diffstat (limited to 'extra/libmowgli')
-rw-r--r--extra/libmowgli/PKGBUILD28
-rw-r--r--extra/libmowgli/PKGBUILD.orig33
2 files changed, 47 insertions, 14 deletions
diff --git a/extra/libmowgli/PKGBUILD b/extra/libmowgli/PKGBUILD
index 5083a6e95..7c3c1bb5c 100644
--- a/extra/libmowgli/PKGBUILD
+++ b/extra/libmowgli/PKGBUILD
@@ -1,27 +1,27 @@
-# $Id: PKGBUILD 85575 2010-07-15 22:09:17Z eric $
-# Maintainer: Alexander Fehr <pizzapunk gmail com>
+# $Id: PKGBUILD 119898 2011-04-16 22:56:08Z bisson $
+# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: Brad Gordon <brad@rpgcyco.net>
+# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=libmowgli
-pkgver=0.7.1
+pkgver=0.9.50
pkgrel=1
-pkgdesc="Class library containing performance and usability oriented extensions to C"
+pkgdesc='Performance and usability-oriented extensions to C'
arch=('i686' 'x86_64' 'mips64el')
-url="http://www.atheme.org/project/mowgli"
+url='http://www.atheme.org/project/mowgli'
license=('custom')
depends=('glibc')
-source=(http://distfiles.atheme.org/libmowgli-${pkgver}.tbz2)
-md5sums=('412b4fd72ddbdc07d736a691fc8031ca')
-sha1sums=('ad51d5f5352954553fc55ce26b98185edce31509')
+source=("http://distfiles.atheme.org/libmowgli-${pkgver}.tar.bz2")
+sha1sums=('51cac29a5670561e63dd9346820d61e6fd409e88')
build() {
- cd "${srcdir}/libmowgli-${pkgver}"
- ./configure --prefix=/usr
- make
+ cd "${srcdir}/libmowgli-${pkgver}"
+ ./configure --prefix=/usr
+ make
}
package() {
- cd "${srcdir}/libmowgli-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -D -m644 COPYING "${pkgdir}/usr/share/licenses/libmowgli/COPYING"
+ cd "${srcdir}/libmowgli-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 COPYING "${pkgdir}/usr/share/licenses/libmowgli/COPYING"
}
diff --git a/extra/libmowgli/PKGBUILD.orig b/extra/libmowgli/PKGBUILD.orig
new file mode 100644
index 000000000..49586147d
--- /dev/null
+++ b/extra/libmowgli/PKGBUILD.orig
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 119898 2011-04-16 22:56:08Z bisson $
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Brad Gordon <brad@rpgcyco.net>
+# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+
+pkgname=libmowgli
+pkgver=0.9.50
+pkgrel=1
+<<<<<<< HEAD
+pkgdesc="Class library containing performance and usability oriented extensions to C"
+arch=('i686' 'x86_64' 'mips64el')
+url="http://www.atheme.org/project/mowgli"
+=======
+pkgdesc='Performance and usability-oriented extensions to C'
+arch=('i686' 'x86_64')
+url='http://www.atheme.org/project/mowgli'
+>>>>>>> 84837d89991e1e82e5aef8e297541c572ebf2efa
+license=('custom')
+depends=('glibc')
+source=("http://distfiles.atheme.org/libmowgli-${pkgver}.tar.bz2")
+sha1sums=('51cac29a5670561e63dd9346820d61e6fd409e88')
+
+build() {
+ cd "${srcdir}/libmowgli-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/libmowgli-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 COPYING "${pkgdir}/usr/share/licenses/libmowgli/COPYING"
+}