libnl: move so symlink into main pkg.
--HG-- extra : convert_revision : b8f6cfd3686430d31e65015d206d3317d995a599
This commit is contained in:
parent
37c270d64c
commit
78a291b805
2 changed files with 4 additions and 2 deletions
|
@ -5,12 +5,13 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run libnl
|
Add_dependency run libnl
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'libnl'
|
# Template file for 'libnl'
|
||||||
pkgname=libnl
|
pkgname=libnl
|
||||||
version=1.1
|
version=1.1
|
||||||
|
revision=1
|
||||||
distfiles="ftp://ftp.archlinux.org/other/libnl/${pkgname}-${version}.tar.gz"
|
distfiles="ftp://ftp.archlinux.org/other/libnl/${pkgname}-${version}.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Library for applications dealing with netlink sockets"
|
short_desc="Library for applications dealing with netlink sockets"
|
||||||
|
@ -12,4 +13,4 @@ long_desc="
|
||||||
netlink family specific interfaces."
|
netlink family specific interfaces."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue