cdrkit: cleanups, manpage moved to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2016-07-17 21:20:31 +02:00
parent e5d3023463
commit 8024a7a249
2 changed files with 5 additions and 4 deletions

View File

@ -18,7 +18,6 @@ drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cdda2ogg.1.gz
-rw-r--r-- root/root usr/man/man1/devdump.1.gz
-rw-r--r-- root/root usr/man/man1/dirsplit.1.gz
-rw-r--r-- root/root usr/man/man1/genisoimage.1.gz
-rw-r--r-- root/root usr/man/man1/icedax.1.gz
-rw-r--r-- root/root usr/man/man1/isodebug.1.gz
@ -34,3 +33,7 @@ drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/genisoimagerc.5.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/netscsid
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/dirsplit.1.gz

View File

@ -1,7 +1,6 @@
# Description: A suite of programs for recording CDs and DVDs
# URL: http://cdrkit.org/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Packager: Antti Nykanen, aon at iki dot fi
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
# Depends on: file, cmake, libcap
name=cdrkit
@ -13,7 +12,6 @@ source=(http://pkgs.fedoraproject.org/repo/pkgs/cdrkit/cdrkit-1.1.11.tar.gz/efe0
build () {
cd cdrkit-$version
patch -p1 -i $SRC/cdrkit-1.1.9-efi-boot.patch
sed -i 's:share/man:${MANSUBDIR}:' 3rd-party/dirsplit/CMakeLists.txt
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=$PKG/usr -DMANSUBDIR=man
make install
}