summaryrefslogtreecommitdiffstats
path: root/extra/rtmpdump/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2011-11-10 17:22:23 +0100
committerorchidman <lesibel@free.fr>2011-11-10 17:22:23 +0100
commitc064e6db93aa8121dfb37aee28d07111b0d2bc98 (patch)
tree25cafcdb620294c631f377394fe7d68a36bb3cdd /extra/rtmpdump/Pkgfile
parent8cb0a6e1306ad6c8bf7f126aa863cdcc86c5b87b (diff)
downloadnutyx-extra-c064e6db93aa8121dfb37aee28d07111b0d2bc98.tar.gz
nutyx-extra-c064e6db93aa8121dfb37aee28d07111b0d2bc98.tar.bz2
nutyx-extra-c064e6db93aa8121dfb37aee28d07111b0d2bc98.tar.xz
nutyx-extra-c064e6db93aa8121dfb37aee28d07111b0d2bc98.zip
rtmpdump 2.4-1 ajout port
Diffstat (limited to 'extra/rtmpdump/Pkgfile')
-rwxr-xr-xextra/rtmpdump/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/rtmpdump/Pkgfile b/extra/rtmpdump/Pkgfile
new file mode 100755
index 000000000..1381a8dd7
--- /dev/null
+++ b/extra/rtmpdump/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Outil pour telecharger des flux RTMP
+# URL: http://rtmpdump.mplayerhq.hu/
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on:
+# Run on:
+
+name=rtmpdump
+version=2.4
+release=1
+source=( ftp://ftp.archlinux.org/other/$name/$name-$version.tar.xz)
+
+build() {
+ cd $name-*
+ install -d -m755 $PKG/usr/lib
+ make prefix=/usr mandir=/usr/share/man DESTDIR=$PKG install
+}
+