aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/sacc/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/sacc/APKBUILD b/testing/sacc/APKBUILD
index 89a11f6a42..b7979422e2 100644
--- a/testing/sacc/APKBUILD
+++ b/testing/sacc/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=sacc
pkgver=1.01
-pkgrel=0
+pkgrel=1
pkgdesc="saccomys, simple console gopher client"
url="gopher://bitreich.org/1/scm/sacc"
arch="all"
@@ -10,16 +10,13 @@ license="ISC"
options="!check" # sacc does not have checks
makedepends="ncurses-dev"
subpackages="$pkgname-doc"
-source="ftp://bitreich.org/releases/$pkgname/$pkgname-$pkgver.tgz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="ftp://bitreich.org/releases/sacc/sacc-$pkgver.tgz"
build() {
- cd "$builddir"
make
}
package() {
- cd "$builddir"
make install PREFIX=/usr DESTDIR="$pkgdir"
}