aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-14 00:24:20 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-14 05:13:18 +0000
commit072bdd64ef7ba2b663a25fb983debaad86817be6 (patch)
tree85a1f4ecf1dd68edeffb84b4f5bb8494406fb6b3
parentf0299f31c9064594a419810c26e363a1c6e53966 (diff)
community/acf-vlc-daemon: modernize
-rw-r--r--community/acf-vlc-daemon/APKBUILD27
1 files changed, 4 insertions, 23 deletions
diff --git a/community/acf-vlc-daemon/APKBUILD b/community/acf-vlc-daemon/APKBUILD
index 0ca38b50958..36189bf0db2 100644
--- a/community/acf-vlc-daemon/APKBUILD
+++ b/community/acf-vlc-daemon/APKBUILD
@@ -2,35 +2,16 @@
# Maintainer:
pkgname=acf-vlc-daemon
pkgver=0.5.0
-pkgrel=2
-pkgdesc="A web-based system administration interface for vlc"
+pkgrel=3
+pkgdesc="Web-based system administration interface for vlc"
url="https://git.alpinelinux.org/cgit/acf/acf-vlc-daemon"
arch="noarch !s390x !mips !mips64"
-license="GPL-2.0"
+license="GPL-2.0-only"
depends="acf-core vlc-daemon"
-depends_dev=""
makedepends="$depends_dev"
-install=""
-subpackages=""
-source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"
-
-_builddir="$srcdir/$pkgname-$pkgver"
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- return 0
-}
+source="https://dev.alpinelinux.org/archive/acf-vlc-daemon/acf-vlc-daemon-$pkgver.tar.xz"
package() {
- cd "$_builddir"
make DESTDIR="$pkgdir" install
}