aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ushare/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-15 11:55:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-15 11:55:48 +0000
commit0cacdd740303ce9aa600ef2ec3838841d6bee08e (patch)
treea79ccb3f1aa42dcf7dde71ca0018cd2d86c6cc8d /testing/ushare/APKBUILD
parent57178c84fc4cf7728eac141419706a659f9cb2da (diff)
downloadaports-0cacdd740303ce9aa600ef2ec3838841d6bee08e.tar.bz2
aports-0cacdd740303ce9aa600ef2ec3838841d6bee08e.tar.xz
testing/ushare: purge. no longer maintained upstream
from http://ushare.geexbox.org/ > By lack of spare time, motivation and interest, uShare development is > currently discontinued (this may change though). Don't expect release > anytime soon :-(
Diffstat (limited to 'testing/ushare/APKBUILD')
-rw-r--r--testing/ushare/APKBUILD52
1 files changed, 0 insertions, 52 deletions
diff --git a/testing/ushare/APKBUILD b/testing/ushare/APKBUILD
deleted file mode 100644
index 6c55c04bd3..0000000000
--- a/testing/ushare/APKBUILD
+++ /dev/null
@@ -1,52 +0,0 @@
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-pkgname=ushare
-pkgver=1.1a
-pkgrel=2
-pkgdesc="A free UPnP A/V Media Server for Linux"
-url="http://ushare.geexbox.org"
-arch="all"
-license="GPL2"
-depends=
-depends_dev="pkgconfig libupnp-dev libdlna-dev ffmpeg-dev"
-makedepends="$depends_dev"
-install=""
-subpackages="$pkgname-lang"
-source="http://ushare.geexbox.org/releases/${pkgname}-${pkgver}.tar.bz2
- upnp-build-fix.patch
- ushare-config.patch
- ushare.initd
- ushare.confd
- "
-_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"
- sed -i -e 's/cat -n/cat/' configure
- ./configure --prefix=/usr \
- --sysconfdir=/etc/ushare \
- --enable-dlna \
- --with-libdlna-dir=/usr/include/libavformat \
- --disable-nls
- make || return 1
-}
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- install -D -m755 ../ushare.initd "$pkgdir"/etc/init.d/ushare
- install -D -m755 ../ushare.confd "$pkgdir"/etc/conf.d/ushare
-}
-
-md5sums="5bbcdbf1ff85a9710fa3d4e82ccaa251 ushare-1.1a.tar.bz2
-32c29f9f673e8b3a3d9e7bf5e60febbc upnp-build-fix.patch
-5243475c0cebc5db49296b2f3691085b ushare-config.patch
-d58cc7bdb6ae37bcc0080f0662aef738 ushare.initd
-28cc24dea30918ea859ed9c974f242d7 ushare.confd"