From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- rtmpdump/.footprint.i686 | 27 +++++++++++++++++++++++++++ rtmpdump/.footprint.x86_64 | 27 +++++++++++++++++++++++++++ rtmpdump/.md5sum.i686 | 1 + rtmpdump/.md5sum.x86_64 | 1 + rtmpdump/Pkgfile | 18 ++++++++++++++++++ 5 files changed, 74 insertions(+) create mode 100644 rtmpdump/.footprint.i686 create mode 100644 rtmpdump/.footprint.x86_64 create mode 100644 rtmpdump/.md5sum.i686 create mode 100644 rtmpdump/.md5sum.x86_64 create mode 100755 rtmpdump/Pkgfile (limited to 'rtmpdump') diff --git a/rtmpdump/.footprint.i686 b/rtmpdump/.footprint.i686 new file mode 100644 index 000000000..084137554 --- /dev/null +++ b/rtmpdump/.footprint.i686 @@ -0,0 +1,27 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/rtmpdump +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/librtmp/ +-rw-r--r-- root/root usr/include/librtmp/amf.h +-rw-r--r-- root/root usr/include/librtmp/http.h +-rw-r--r-- root/root usr/include/librtmp/log.h +-rw-r--r-- root/root usr/include/librtmp/rtmp.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/librtmp.a +lrwxrwxrwx root/root usr/lib/librtmp.so -> librtmp.so.0 +-rwxr-xr-x root/root usr/lib/librtmp.so.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/librtmp.pc +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/rtmpgw +-rwxr-xr-x root/root usr/sbin/rtmpsrv +-rwxr-xr-x root/root usr/sbin/rtmpsuck +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/rtmpdump.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/librtmp.3.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/rtmpgw.8.gz diff --git a/rtmpdump/.footprint.x86_64 b/rtmpdump/.footprint.x86_64 new file mode 100644 index 000000000..084137554 --- /dev/null +++ b/rtmpdump/.footprint.x86_64 @@ -0,0 +1,27 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/rtmpdump +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/librtmp/ +-rw-r--r-- root/root usr/include/librtmp/amf.h +-rw-r--r-- root/root usr/include/librtmp/http.h +-rw-r--r-- root/root usr/include/librtmp/log.h +-rw-r--r-- root/root usr/include/librtmp/rtmp.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/librtmp.a +lrwxrwxrwx root/root usr/lib/librtmp.so -> librtmp.so.0 +-rwxr-xr-x root/root usr/lib/librtmp.so.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/librtmp.pc +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/rtmpgw +-rwxr-xr-x root/root usr/sbin/rtmpsrv +-rwxr-xr-x root/root usr/sbin/rtmpsuck +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/rtmpdump.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/librtmp.3.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/rtmpgw.8.gz diff --git a/rtmpdump/.md5sum.i686 b/rtmpdump/.md5sum.i686 new file mode 100644 index 000000000..84eab83ce --- /dev/null +++ b/rtmpdump/.md5sum.i686 @@ -0,0 +1 @@ +e22c043df488c716b3eda36204649c06 rtmpdump-2.4.tar.xz diff --git a/rtmpdump/.md5sum.x86_64 b/rtmpdump/.md5sum.x86_64 new file mode 100644 index 000000000..84eab83ce --- /dev/null +++ b/rtmpdump/.md5sum.x86_64 @@ -0,0 +1 @@ +e22c043df488c716b3eda36204649c06 rtmpdump-2.4.tar.xz diff --git a/rtmpdump/Pkgfile b/rtmpdump/Pkgfile new file mode 100755 index 000000000..1381a8dd7 --- /dev/null +++ b/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 +} + -- cgit v1.2.3-54-g00ecf