forked from ports/contrib
rtmpdump: new patches and fixed man page location
This commit is contained in:
parent
3f31fb92d8
commit
faf8fe24d6
@ -16,10 +16,11 @@ lrwxrwxrwx root/root usr/lib/librtmp.so -> librtmp.so.1
|
||||
-rwxr-xr-x root/root usr/lib/librtmp.so.1
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/librtmp.pc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/rtmpdump.1.gz
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/librtmp.3.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/rtmpgw.8.gz
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF39LZEninHJLdG4gTUQlq1cNvvP2pso41zYclEj0p01pi8jeyRysnrIcQmvFhDjrMyAyBXf6Y628XG/TwN4HO2Qs=
|
||||
SHA256 (Pkgfile) = 5b3ab831ee71838a704148acd32545bd7c02f358643f18409cd7a6e87f32fef0
|
||||
SHA256 (.footprint) = e565b4966bd5c0d53c752cc943adb5bf16ea5f7c048fd3efe3cffcfe5431a2c7
|
||||
SHA256 (rtmpdump-2.4_p20131018.tar.gz) = 57164e0c12f7cbff8e40b1e66cf6b889086387324851a115b427b8d2b3fff267
|
||||
RWSagIOpLGJF3wKUrPfjOmAx++Mhd8bIuPKfb8+dMySskPQUiVp5aR6VCQtE6K9SSZVRgijxVOJUKYCEwyl8VCGs4xXSYxavdw0=
|
||||
SHA256 (Pkgfile) = bcd7534fa5e10be7e1b4d1a7ba4b69924e8855056bccb56714c25f9f1624c165
|
||||
SHA256 (.footprint) = 18a78fe5a351a9baf2d0f144b99c2d06c7b8368d7dd9fe1e2a41300bbf4dad63
|
||||
SHA256 (rtmpdump-2.4-c5f04a58.tar.xz) = 14d2f9096998527b7d2d9462c720f8bc3f7d2166ef611a3a4d5da14b2518bbf6
|
||||
|
@ -1,16 +1,15 @@
|
||||
# Description: A tool to download rtmp streams.
|
||||
# URL: http://rtmpdump.mplayerhq.hu/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Danny Rawlins, crux at romster dot me
|
||||
# Depends on: zlib openssl
|
||||
|
||||
name=rtmpdump
|
||||
version=2.4
|
||||
release=1
|
||||
source=(http://crux.ster.zone/downloads/$name/$name-${version}_p20131018.tar.gz)
|
||||
release=2
|
||||
source=(http://crux.ster.zone/downloads/$name/$name-$version-c5f04a58.tar.xz)
|
||||
|
||||
build() {
|
||||
#sed -i 's/\$(MAKEFLAGS)//g' Makefile
|
||||
cd $name
|
||||
|
||||
sed -i \
|
||||
-e 's|OPT=|&-fPIC |' \
|
||||
@ -35,7 +34,7 @@ build() {
|
||||
CRYPTO=OPENSSL \
|
||||
prefix=/usr \
|
||||
sbindir=/usr/bin \
|
||||
mandir=/usr/man \
|
||||
mandir=/usr/share/man \
|
||||
DESTDIR=$PKG \
|
||||
install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user