summaryrefslogtreecommitdiff
path: root/pcr/oggfwd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/oggfwd/PKGBUILD')
-rw-r--r--pcr/oggfwd/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/oggfwd/PKGBUILD b/pcr/oggfwd/PKGBUILD
deleted file mode 100644
index 5dd9e4680..000000000
--- a/pcr/oggfwd/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor: farid abdelnour < farid at atelier-labs.org>
-
-pkgname=oggfwd
-pkgver=0.2
-pkgrel=2
-pkgdesc="pipes an ogg stream to an icecast server"
-arch=('i686' 'x86_64')
-url="http://v2v.cc/~j/oggfwd/"
-license=('GPL')
-source=(http://www.v2v.cc/~j/ffmpeg2theora/oggfwd/oggfwd.tar.gz)
-md5sums=('8402d26a5a8ff318ef6ea01ec146c8cc')
-depends=(libshout)
-
-build () {
- cd $srcdir/$pkgname
- make clean || return 1
- make oggfwd || return 1
- install -d $pkgdir/usr/bin || return 1
- install -m755 oggfwd $pkgdir/usr/bin/oggfwd || return 1
-}
-