freetype: update to 2.4.3.
This commit is contained in:
parent
4244c08976
commit
fbe7600175
2 changed files with 4 additions and 8 deletions
|
@ -5,16 +5,13 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run zlib-devel
|
||||
Add_dependency run freetype
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/{bin,include,share} ${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
|
||||
}
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Template build file 'freetype'.
|
||||
pkgname=freetype
|
||||
version=2.3.12
|
||||
revision=1
|
||||
version=2.4.3
|
||||
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Font rendering engine and library API"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3b96438f016a62b676c1d2089c00ca777f710d19f6aefa66ccf068d360db3e92
|
||||
checksum=b4e626db62fd1b4549ff5d57f5eca3a41631fd6066adf8a31c11879b51249afc
|
||||
long_desc="
|
||||
FreeType is a portable, high-quality software solution for digital
|
||||
typography. FreeType 1.3.1 was the last release of the FreeType 1
|
||||
|
|
Loading…
Reference in a new issue