summaryrefslogtreecommitdiff
path: root/community/paco/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/paco/PKGBUILD')
-rw-r--r--community/paco/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/paco/PKGBUILD b/community/paco/PKGBUILD
index 2bc35fa4d..4b0c5e107 100644
--- a/community/paco/PKGBUILD
+++ b/community/paco/PKGBUILD
@@ -6,17 +6,20 @@ pkgname=paco
pkgver=2.0.9
pkgrel=2
pkgdesc="LFS packet manager"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://paco.sourceforge.net/index.html"
license=('GPL')
#NOTE: You may disable gtk frontend in configure
depends=(gtk2 gtkmm)
backup=(etc/pacorc)
-source=(http://downloads.sourceforge.net/sourceforge/paco/$pkgname-$pkgver.tar.bz2)
-md5sums=('d2debbea1b11156470f7fd849bb93c80')
+source=(http://downloads.sourceforge.net/sourceforge/paco/$pkgname-$pkgver.tar.bz2
+ paco-2.0.9-glib.patch)
+md5sums=('d2debbea1b11156470f7fd849bb93c80'
+ '734d0170691cd6b500bfa99fdd09771a')
build() {
cd $srcdir/$pkgname-$pkgver
+ patch -Np1 -i ${srcdir}/paco-2.0.9-glib.patch
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$pkgdir install