SDL_ttf: move so symlink into main pkg.
--HG-- extra : convert_revision : c9e664d4aacbdb315127c26c5a8b65c30ad3511d
This commit is contained in:
parent
1f00366264
commit
668e22806e
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
|
||||
Add_dependency run zlib-devel
|
||||
Add_dependency run freetype-devel
|
||||
|
@ -17,5 +17,4 @@ 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
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'SDL_ttf'
|
||||
pkgname=SDL_ttf
|
||||
version=2.0.9
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://www.libsdl.org/projects/$pkgname/release/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Use TrueType fonts in your SDL applications"
|
||||
|
|
Loading…
Reference in New Issue