exempi: move so symlink into main pkg.
--HG-- extra : convert_revision : 8fdf2ab633a0496caa3773adcdc1708662c94c6a
This commit is contained in:
parent
333463ee74
commit
0f4b4d0ed4
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,8 @@ 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 zlib-devel
|
Add_dependency run zlib-devel
|
||||||
Add_dependency run expat-devel
|
Add_dependency run expat-devel
|
||||||
Add_dependency run boost-devel
|
Add_dependency run boost-devel
|
||||||
|
@ -14,6 +16,6 @@ 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*.{a,so} ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.a ${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 'exempi'
|
# Template file for 'exempi'
|
||||||
pkgname=exempi
|
pkgname=exempi
|
||||||
version=2.1.1
|
version=2.1.1
|
||||||
|
revision=1
|
||||||
distfiles="http://libopenraw.freedesktop.org/download/exempi-$version.tar.gz"
|
distfiles="http://libopenraw.freedesktop.org/download/exempi-$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"
|
||||||
|
|
Loading…
Reference in a new issue