aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-26 22:57:07 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-26 23:33:40 -0300
commitc44db78d1917948467e263c2b05dc0505ffa2dab (patch)
tree69bb946d4090f9972067d007bf535fb9abe33714
parent68aa524e985302763f5ff26d415dcaa076b9590e (diff)
downloadaports-c44db78d1917948467e263c2b05dc0505ffa2dab.tar.bz2
aports-c44db78d1917948467e263c2b05dc0505ffa2dab.tar.xz
community/libqrencode: modernize
-rw-r--r--community/libqrencode/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/community/libqrencode/APKBUILD b/community/libqrencode/APKBUILD
index c4710fbea8..6be6c6bf4c 100644
--- a/community/libqrencode/APKBUILD
+++ b/community/libqrencode/APKBUILD
@@ -1,5 +1,5 @@
-# Contributor:
-# Maintainer:
+# Contributor:
+# Maintainer:
pkgname=libqrencode
pkgver=4.0.2
pkgrel=0
@@ -14,13 +14,11 @@ source="https://fukuchi.org/works/qrencode/qrencode-$pkgver.tar.bz2"
builddir="$srcdir/qrencode-$pkgver"
prepare() {
- cd "$builddir"
default_prepare
update_config_sub
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -33,7 +31,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}