From 84936de13255aa8c80ec319529bb717526d8f495 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Sun, 18 Feb 2018 16:48:12 -0500 Subject: [PATCH] quvi: new maintainer. fix mandir. --- quvi/.footprint | 7 ++++--- quvi/.signature | 6 +++--- quvi/Pkgfile | 15 ++++++++------- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/quvi/.footprint b/quvi/.footprint index 6c435ca7d..498954f97 100644 --- a/quvi/.footprint +++ b/quvi/.footprint @@ -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 diff --git a/quvi/.signature b/quvi/.signature index 266bed154..fb2ece71f 100644 --- a/quvi/.signature +++ b/quvi/.signature @@ -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 diff --git a/quvi/Pkgfile b/quvi/Pkgfile index 7ecf46707..310133e7e 100644 --- a/quvi/Pkgfile +++ b/quvi/Pkgfile @@ -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 }