freetype: move so symlink into main pkg.
--HG-- extra : convert_revision : a17dd02f57131080f10ca0c373a31f0e449577e4
This commit is contained in:
parent
9150ddb5b8
commit
675d0a7831
2 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
|||
# Template file for 'freetype-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run freetype
|
||||
|
||||
do_install()
|
||||
|
@ -13,7 +15,6 @@ do_install()
|
|||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template build file 'freetype'.
|
||||
pkgname=freetype
|
||||
version=2.3.12
|
||||
revision=1
|
||||
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Font rendering engine and library API"
|
||||
|
|
Loading…
Reference in a new issue