quvi: new maintainer. fix mandir.

This commit is contained in:
John Vogel 2018-02-18 16:48:12 -05:00
parent 68e5c2c62b
commit 84936de132
3 changed files with 15 additions and 13 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/quvi
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/quvi.1.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/quvi.1.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36G3L8aVZbX0KlIyA1vlc5A77qh72HVOd+SFDdi0MkZLfHRJ/H7CGy/zQsR/+jy3ZMQnyvYLlW+mqfOx/8TlQwA=
SHA256 (Pkgfile) = 4ba59654804afb604fffdc619e818de6b359c26d25b8997bc9babf79e9e49289
SHA256 (.footprint) = a53a4b80a995b20a4bf797121b21347c8ee3df5b8b2722d61e607c623f557b2c
RWSagIOpLGJF30jlQDFkDTHDbkkDPz2xwho17bNGtkHzi0bC/kXp8exggrIXoVVyT+st/L8qJP510SZ6YiLAWQbZRe5OLCsMywA=
SHA256 (Pkgfile) = fe90a9e4c8c13bb69a93b69b5aa76a592430df3e795cb7ec10ba21d6101322c8
SHA256 (.footprint) = a6330314756a547d800efbb37ad3aaaccbc8575186a2e9ba5896b7854e4b0ce1
SHA256 (quvi-0.4.2.tar.xz) = 91a1396ce9a56ac3cfa3a5edabf8d214b3c6b2a35afad3b5f2f9feb29ba19026

View File

@ -1,17 +1,18 @@
# Description: Command-line tool for parsing video download links.
# URL: http://quvi.sourceforge.net/
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: libquvi
name=quvi
version=0.4.2
release=1
release=2
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.xz)
build () {
cd "$name-$version"
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG \
install
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}