~alpine/devel

main/acf-vlc-daemon: New aport v1 PROPOSED

Mika Havela: 1
 main/acf-vlc-daemon: New aport

 1 files changed, 37 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/343/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/acf-vlc-daemon: New aport Export this patch

---
 main/acf-vlc-daemon/APKBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 main/acf-vlc-daemon/APKBUILD
diff --git a/main/acf-vlc-daemon/APKBUILD b/main/acf-vlc-daemon/APKBUILD
new file mode 100644
index 0000000..5a784d8
--- /dev/null
+++ b/main/acf-vlc-daemon/APKBUILD
@@ -0,0 +1,37 @@
# Contributor: Mika Havela <mika.havela@gmail.com>
# Maintainer:
pkgname=acf-vlc-daemon
pkgver=0.1.0
pkgrel=0
pkgdesc="A web-based system administration interface for vlc"
url="http://git.alpinelinux.org/cgit/acf-vlc-daemon"
arch="noarch"
license="GPL-2"
depends="acf-core lua vlc-daemon"
depends_dev=""
makedepends="$depends_dev"
install=""
subpackages=""
source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2"

_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() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install
}

package() {
	cd "$_builddir"
}

md5sums="199d1ca88017bbdcddc65754240e389b  acf-vlc-daemon-0.1.0.tar.bz2"
-- 
1.7.9.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---