summaryrefslogtreecommitdiff
path: root/community/gnonlin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gnonlin
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gnonlin')
-rw-r--r--community/gnonlin/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/gnonlin/PKGBUILD b/community/gnonlin/PKGBUILD
deleted file mode 100644
index 8a7bde9c5..000000000
--- a/community/gnonlin/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 76165 2012-09-12 12:34:14Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: Ionut Biru <ibiru@archlinux.org>
-# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=gnonlin
-pkgver=0.10.17
-pkgrel=1
-pkgdesc='Library for creating non-linear video editors'
-arch=('x86_64' 'i686')
-url='http://gnonlin.sourceforge.net/'
-depends=('gstreamer0.10>=0.10.36')
-makedepends=('python' 'gstreamer0.10-base-plugins>=0.10.36' 'pkgconfig')
-options=('!libtool')
-license=('LGPL')
-source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('e4a2dd8af1c0c97f2f63e918a25c26e871c896e88b7ee85948509f68f29e8935')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: