17 lines
541 B
Text
17 lines
541 B
Text
# Template file for 'libXcomposite-devel'.
|
|
#
|
|
depends="pkg-config xproto fixesproto compositeproto libX11-devel libXfixes-devel libXcomposite"
|
|
short_desc="${sourcepkg} development files"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains files for development, headers, static libs, etc."
|
|
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
|
}
|