check: 0.9.14 -> 0.10.0, updated man path

This commit is contained in:
Alan Mizrahi 2016-09-01 12:07:46 +09:00
parent 7257864376
commit e40a4b0faa
3 changed files with 7 additions and 8 deletions

View File

@ -12,9 +12,9 @@ lrwxrwxrwx root/root usr/lib/libcheck.so.0 -> libcheck.so.0.0.0
-rwxr-xr-x root/root usr/lib/libcheck.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/check.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/checkmk.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/check.m4
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/checkmk.1.gz

View File

@ -1 +1 @@
38263d115d784c17aa3b959ce94be8b8 check-0.9.14.tar.gz
53c5e5c77d090e103a17f3ed7fd7d8b8 check-0.10.0.tar.gz

View File

@ -4,15 +4,14 @@
# Depends on:
name=check
version=0.9.14
version=0.10.0
release=1
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
source=(https://github.com/libcheck/check/releases/download/$version/$name-$version.tar.gz)
build () {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
--prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{doc,info}