patchutils: 0.3.2 -> 0.3.4; corrected mandir
This commit is contained in:
parent
d7e458fa47
commit
f6a6cf385d
@ -14,19 +14,3 @@ lrwxrwxrwx root/root usr/bin/lsdiff -> filterdiff
|
||||
-rwxr-xr-x root/root usr/bin/rediff
|
||||
-rwxr-xr-x root/root usr/bin/splitdiff
|
||||
-rwxr-xr-x root/root usr/bin/unwrapdiff
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/combinediff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/dehtmldiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/editdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/espdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/filterdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/fixcvsdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/flipdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/grepdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/interdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/lsdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/recountdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/rediff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/splitdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/unwrapdiff.1.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3416bN8S7W8x0oxMAEOGrVw9r+a3leo57wB2xvAScS0djNsKYCdBSzIAjsb6zOThOXDbIjwxp6ZhRvrTQtOBdQA=
|
||||
SHA256 (Pkgfile) = c699a1d97d455444ac99678faf4021122d30cfb37de41d67766e58d8c2cf9892
|
||||
SHA256 (.footprint) = b989724c31386a02877e55f1d1358abec6370c20112c8b253b2547d4b766742a
|
||||
SHA256 (patchutils-0.3.2.tar.bz2) = fdeb1a571b42faeafbc6bcd999717efca256601a1aa2b4b2f34ec93b6977ae21
|
||||
RWSagIOpLGJF3xYI/SG7trOPUiZ6CP07y4Fvbb4ENChNPvGDXCX8TBlvfFW45/vu8uvYhcM8lELAqnP7wWasRytNNxcR+B9HVgw=
|
||||
SHA256 (Pkgfile) = f856e6f94d49d5ee887c4f8840dc54aa67a13d136c78bfe28f28f2ac33de6231
|
||||
SHA256 (.footprint) = 1b3b766b436e0ee4a6190848477d1c7c4a3e990254482d06b15b2e72df1c1ced
|
||||
SHA256 (patchutils-0.3.4.tar.xz) = cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876
|
||||
|
@ -4,16 +4,16 @@
|
||||
# Packager: Younes Hafri, ycrux at club-internet dot fr
|
||||
|
||||
name=patchutils
|
||||
version=0.3.2
|
||||
version=0.3.4
|
||||
release=1
|
||||
source=(http://cyberelk.net/tim/data/patchutils/stable/$name-$version.tar.bz2)
|
||||
source=(https://github.com/twaugh/patchutils/releases/download/$version/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
--mandir=/usr/share/man
|
||||
|
||||
make CFLAGS="$CFLAGS"
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user