summaryrefslogtreecommitdiff
path: root/rtmpdump/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2013-10-22 20:18:09 +1100
committerDanny Rawlins <monster.romster@gmail.com>2013-10-22 21:57:43 +1100
commit47391a55faf244569cc84f44af451eca1226d893 (patch)
treefe703b1a5e9ea56926e020a8836ef3ce879e5460 /rtmpdump/Pkgfile
parentcaaa21a1fb3326ee9aaf1802e567a09a3a262fd6 (diff)
downloadcontrib-47391a55faf244569cc84f44af451eca1226d893.tar.gz
contrib-47391a55faf244569cc84f44af451eca1226d893.tar.xz
rtmpdump: initial import
Diffstat (limited to 'rtmpdump/Pkgfile')
-rw-r--r--rtmpdump/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/rtmpdump/Pkgfile b/rtmpdump/Pkgfile
new file mode 100644
index 000000000..02a071bd8
--- /dev/null
+++ b/rtmpdump/Pkgfile
@@ -0,0 +1,21 @@
+# Description: A tool to download rtmp streams.
+# URL: http://rtmpdump.mplayerhq.hu/
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager: Danny Rawlins, monster dot romster at gmail dot com
+# Depends on: zlib openssl
+
+name=rtmpdump
+version=20121230
+release=1
+source=(http://crux.ster.so/distfiles/$name/$name-git-$version.tar.xz)
+
+build() {
+ cd $name-$version
+
+ install -d $PKG/usr/lib
+
+ [ "$CC" ] || CC=gcc
+ make CC="$CC" $MAKEFLAGS
+ make prefix=/usr sbindir=/usr/bin mandir=/usr/man \
+ DESTDIR=$PKG install
+}

Generated by cgit