summaryrefslogtreecommitdiffstats
path: root/base/pkg-get/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/pkg-get/Pkgfile')
-rw-r--r--base/pkg-get/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/pkg-get/Pkgfile b/base/pkg-get/Pkgfile
index 7fa207258..3ce4665f9 100644
--- a/base/pkg-get/Pkgfile
+++ b/base/pkg-get/Pkgfile
@@ -6,13 +6,14 @@
name=pkg-get
version=0.4.5
-release=3
+release=4
source=(http://www.varlock.com/files/$name-$version.tar.gz \
- $name.patch pkg-get.conf syn)
+ $name.patch pkg-get.conf pkg-repgen.patch syn)
build() {
ARCH_=`uname -m`
cd $name-$version
+ patch -Np1 -i ../pkg-repgen.patch
patch -p1 < ../$name.patch
make PREFIX=$PKG/usr CFGDIR=$PKG/etc install
install -m 755 ../syn $PKG/usr/bin/syn