aboutsummaryrefslogtreecommitdiffstats
path: root/community/npapi-sdk/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/npapi-sdk/APKBUILD')
-rw-r--r--community/npapi-sdk/APKBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/community/npapi-sdk/APKBUILD b/community/npapi-sdk/APKBUILD
index 3708d191a95..ec07730849d 100644
--- a/community/npapi-sdk/APKBUILD
+++ b/community/npapi-sdk/APKBUILD
@@ -1,16 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=npapi-sdk
pkgver=0.27.2
-pkgrel=0
+pkgrel=1
pkgdesc="Netscape Plugin API (NPAPI)"
url="https://github.com/mgorny/npapi-sdk"
arch="all"
license="MPL"
source="https://github.com/mgorny/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -23,7 +21,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}