forked from ports/contrib
libquvi: initial commit
This commit is contained in:
parent
6fcc93ce24
commit
b2c7f91512
17
libquvi/.footprint
Normal file
17
libquvi/.footprint
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
drwxr-xr-x root/root usr/include/quvi/
|
||||||
|
-rw-r--r-- root/root usr/include/quvi/llst.h
|
||||||
|
-rw-r--r-- root/root usr/include/quvi/net.h
|
||||||
|
-rw-r--r-- root/root usr/include/quvi/quvi.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/libquvi.a
|
||||||
|
-rwxr-xr-x root/root usr/lib/libquvi.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libquvi.so -> libquvi.so.7.0.1
|
||||||
|
lrwxrwxrwx root/root usr/lib/libquvi.so.7 -> libquvi.so.7.0.1
|
||||||
|
-rwxr-xr-x root/root usr/lib/libquvi.so.7.0.1
|
||||||
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib/pkgconfig/libquvi.pc
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man3/
|
||||||
|
-rw-r--r-- root/root usr/man/man3/libquvi.3.gz
|
1
libquvi/.md5sum
Normal file
1
libquvi/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
acc5a5da25a7f89c6ff5338d00eaaf58 libquvi-0.4.1.tar.xz
|
17
libquvi/Pkgfile
Normal file
17
libquvi/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Description: Library for parsing video download links.
|
||||||
|
# URL: http://quvi.sourceforge.net/
|
||||||
|
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
|
||||||
|
# Depends on: libquvi-scripts
|
||||||
|
|
||||||
|
name=libquvi
|
||||||
|
version=0.4.1
|
||||||
|
release=1
|
||||||
|
source=(http://downloads.sourceforge.net/sourceforge/quvi/$name-$version.tar.xz)
|
||||||
|
|
||||||
|
build () {
|
||||||
|
cd "$name-$version"
|
||||||
|
./configure --prefix=/usr --mandir=/usr/man
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG \
|
||||||
|
install
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user