libquvi-scripts: new maintainer. fix mandir.

This commit is contained in:
John Vogel 2018-02-18 16:40:00 -05:00
parent b40905e35d
commit adab30f251
3 changed files with 19 additions and 14 deletions

View File

@ -2,9 +2,6 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libquvi-scripts.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/libquvi-scripts.7.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/libquvi-scripts/
drwxr-xr-x root/root usr/share/libquvi-scripts/lua/
@ -73,3 +70,6 @@ drwxr-xr-x root/root usr/share/libquvi-scripts/lua/website/quvi/
-rw-r--r-- root/root usr/share/libquvi-scripts/lua/website/youjizz.lua
-rw-r--r-- root/root usr/share/libquvi-scripts/lua/website/youtube.lua
-rw-r--r-- root/root usr/share/libquvi-scripts/version
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/libquvi-scripts.7.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34/xqV6XG5kL+BOH6rrlvVXT87GCboqGZ/RWhB58EFSH5Tj2JK/hhPz/kQStQM5hDsQhB2E7E8S3zGPHklc2ywM=
SHA256 (Pkgfile) = 87773dea14b9adbb375eb6be5c53361c6aff8f948c34c9cdebb8e3115de545cd
SHA256 (.footprint) = daa9c3a6eaff641bd6ce691294cf43a71a34e72d255e736bff20171050d4d421
RWSagIOpLGJF33UWA+b9Ln0ia7odpFs9QMPtxqcs06rre+fZlHEWUA2IezG3USUkJdRSKAzVyKZNZU0gQ5C4FEosmZfp65Jn9A4=
SHA256 (Pkgfile) = 7aa6250e0828915cb6e791afe02084420c376311408149bca6d12ba068bbd5c8
SHA256 (.footprint) = 69bec42fd59673ce88cbbcf312ab8b52c7cb63f2b106f8b27ba2796033faebf8
SHA256 (libquvi-scripts-0.4.21.tar.xz) = 7c02cc86ac25334892d08bbc31251d78a55ee2a16d57dfa2bda7ac657c8e0f34

View File

@ -1,7 +1,7 @@
# Description: Library for parsing video download links. - Scripts
# URL: http://quvi.sourceforge.net/
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on: curl lua
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: lua
name=libquvi-scripts
version=0.4.21
@ -9,10 +9,15 @@ release=1
source=(http://downloads.sourceforge.net/sourceforge/quvi/$name-$version.tar.xz)
build () {
cd "$name-$version"
./configure --prefix=/usr --mandir=/usr/man --with-nsfw --with-nlfy
make
make DESTDIR=$PKG \
install
rm -rf $(find $PKG/usr/share -name README)
cd $name-$version
./configure \
--prefix=/usr \
--with-nsfw \
--with-nlfy
make
make DESTDIR=$PKG install
rm -rf $(find $PKG/usr/share -name README)
}