Added libelf-0.8.13 build template.

This commit is contained in:
Juan RP 2010-05-10 12:50:57 +02:00
parent caf9d4ac62
commit 8620b39842
5 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# Template file for 'libelf-devel'.
#
short_desc="${sourcepkg} - development files"
long_desc="${long_desc}
This package contains files for development: headers, static libs, etc."
Add_dependency run glibc-devel
Add_dependency run libelf
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
}