diff options
author | root <root@rshg054.dnsready.net> | 2013-03-22 00:05:48 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-22 00:05:48 -0700 |
commit | 6b3123e5628817e3cef9c44989dffd21c49b0817 (patch) | |
tree | 4f90f61ad34554f75c2ae8b435b6e0d2d8b480e0 /community/gupnp-dlna/PKGBUILD | |
parent | 76b6359ba6b2c7cce2f0b0725c7ecd831563cabf (diff) |
Fri Mar 22 00:05:47 PDT 2013
Diffstat (limited to 'community/gupnp-dlna/PKGBUILD')
-rw-r--r-- | community/gupnp-dlna/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/gupnp-dlna/PKGBUILD b/community/gupnp-dlna/PKGBUILD deleted file mode 100644 index cbb30c5ef..000000000 --- a/community/gupnp-dlna/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 68452 2012-03-24 21:52:20Z bgyorgy $ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> - -pkgname=gupnp-dlna -pkgver=0.6.6 -pkgrel=1 -pkgdesc="Library to ease DLNA-related bits for applications using gupnp" -arch=('i686' 'x86_64') -url="http://gupnp.org/" -license=('LGPL') -depends=('gstreamer0.10-base-plugins') -makedepends=('gobject-introspection') -options=('!libtool') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('82a1e75c398379567a5a5db9acd19bd01334b4f0053c8a166a77bc09bf0ca047') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir/" install -} |