Added opencdk-0.6.6 template.
--HG-- extra : convert_revision : 6f1a5f0e1bcf68279be1d01f4695dab5874865a8
This commit is contained in:
parent
bde57d6230
commit
7899c05ca2
4 changed files with 43 additions and 0 deletions
18
templates/opencdk/devel.template
Normal file
18
templates/opencdk/devel.template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'opencdk-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run opencdk
|
||||
|
||||
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/*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue