libcap-ng: move so symlink into main pkg.

--HG--
extra : convert_revision : 9553bd397a890164bfaa35d440adf85821d30523
This commit is contained in:
Juan RP 2010-04-23 17:45:20 +02:00
parent 0f4b4d0ed4
commit 599a31259a
2 changed files with 4 additions and 2 deletions

View file

@ -5,6 +5,8 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run glibc-devel
Add_dependency run libcap-ng
@ -14,7 +16,6 @@ do_install()
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libcap-ng.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libcap-ng.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
mv ${SRCPKGDESTDIR}/usr/share/aclocal ${DESTDIR}/usr/share
}

View file

@ -1,6 +1,7 @@
# Template file for 'libcap-ng'
pkgname=libcap-ng
version=0.6.2
revision=1
distfiles="http://people.redhat.com/sgrubb/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="An alternate posix capabilities library"
@ -16,4 +17,4 @@ long_desc="
much easier than the traditional libcap library."
subpackages="$pkgname-devel $pkgname-progs"
Add_dependency full glibc
Add_dependency run glibc