Added recode-3.6 build template.

This commit is contained in:
Juan RP
2010-12-14 00:26:36 +01:00
parent decc932c12
commit 677dc32589
10 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Template file for 'librecode'.
#
short_desc="${short_desc} - shared library"
long_desc="${long_desc}
This package contains the shared library."
Add_dependency run glibc
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
}