summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/libmrss
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/libmrss
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/libmrss')
-rw-r--r--abs/extra-testing/libmrss/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/extra-testing/libmrss/PKGBUILD b/abs/extra-testing/libmrss/PKGBUILD
deleted file mode 100644
index 7d23508..0000000
--- a/abs/extra-testing/libmrss/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# Contributor: Bernhard Walle <bernhard.walle@gmx.de>
-pkgname=libmrss
-pkgver=0.19.2
-pkgrel=1
-pkgdesc="C library for parsing, writing and creating RSS/ATOM files or streams"
-url="http://www2.autistici.org/bakunin/libmrss/"
-license="LGPL"
-depends=(curl libnxml)
-arch=('i686' 'x86_64')
-options=('!libtool')
-source=(http://www2.autistici.org/bakunin/libmrss/$pkgname-$pkgver.tar.gz)
-md5sums=('a6f66b72898d27270e3a68007f90d62b')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=$startdir/pkg install
-}
-# :mode=shellscript: