aboutsummaryrefslogtreecommitdiffstats
path: root/community/libmms/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-26 22:25:39 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-26 23:33:40 -0300
commit6c33d05ade4b7842f3f3c990c1bcaa06d30b657a (patch)
treeb60050112b4c2c62f5bc3d0310de39adf2d85225 /community/libmms/APKBUILD
parent6f6abe97f7b89a1fe7c45438bb24a67e1f5afc47 (diff)
community/libmms: modernize
Diffstat (limited to 'community/libmms/APKBUILD')
-rw-r--r--community/libmms/APKBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/community/libmms/APKBUILD b/community/libmms/APKBUILD
index 99af248702c..1d90866ad96 100644
--- a/community/libmms/APKBUILD
+++ b/community/libmms/APKBUILD
@@ -10,17 +10,14 @@ options="!check" # No test suite.
license="LGPL-2.0-or-later"
makedepends="glib-dev"
subpackages="$pkgname-dev"
-source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-"
+source="https://downloads.sourceforge.net/libmms/libmms-$pkgver.tar.gz"
prepare() {
- cd "$builddir"
update_config_sub
default_prepare
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -33,7 +30,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}