summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-09-01 02:44:35 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-09-01 02:44:35 (GMT)
commit3e58a7dccc57b74574e11647c63fe7e9f4da8278 (patch)
tree1068d799840b018c4fb88c70372e57a6623cf7d5 /abs/core-testing
parente701828d0ad4e5b2476f6e88163f17eb182fcf96 (diff)
parent9aaaefcda2a88107de1c305f0b93efb1e07049d6 (diff)
downloadlinhes_pkgbuild-3e58a7dccc57b74574e11647c63fe7e9f4da8278.zip
linhes_pkgbuild-3e58a7dccc57b74574e11647c63fe7e9f4da8278.tar.gz
linhes_pkgbuild-3e58a7dccc57b74574e11647c63fe7e9f4da8278.tar.bz2
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing')
-rw-r--r--abs/core-testing/perl_modules/perl-text-kakasi/PKGBUILD4
-rw-r--r--abs/core-testing/python-netifaces/PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/abs/core-testing/perl_modules/perl-text-kakasi/PKGBUILD b/abs/core-testing/perl_modules/perl-text-kakasi/PKGBUILD
index 19499af..1954f8a 100644
--- a/abs/core-testing/perl_modules/perl-text-kakasi/PKGBUILD
+++ b/abs/core-testing/perl_modules/perl-text-kakasi/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=perl-text-kakasi
pkgver=2.04
-pkgrel=3
+pkgrel=4
pkgdesc="Perl frontend to kakasi"
arch=('i686' 'x86_64')
url="http://search.cpan.org/~DANKOGAI/Text-Kakasi"
license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0''kakasi')
+depends=('perl>=5.10.0' 'kakasi')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/D/DA/DANKOGAI/Text-Kakasi-$pkgver.tar.gz)
md5sums=('5a9e381cb93edfd707124a63c60f96b1')
diff --git a/abs/core-testing/python-netifaces/PKGBUILD b/abs/core-testing/python-netifaces/PKGBUILD
index d7fa623..13a424e 100644
--- a/abs/core-testing/python-netifaces/PKGBUILD
+++ b/abs/core-testing/python-netifaces/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-netifaces
__pkgname="netifaces"
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Python modules for network interfaces"
arch=(i686 x86_64)
license=('LGPL' 'MPL')
@@ -12,5 +12,6 @@ url="http://alastairs-place.net/netifaces/"
build() {
cd "${srcdir}/${__pkgname}-${pkgver}"
+ chmod -x -R netifaces.egg-info
yes "" | python setup.py install --root=$startdir/pkg --prefix=/usr
}