fltk2: update to r7513

This commit is contained in:
Juergen Daubert 2010-04-29 10:04:22 +02:00
parent e757e27799
commit 06dd064c1d
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
f78976d0ba1a5c845e14f4df96d580a0 fltk-2.0.x-r6970.tar.bz2
557544badbacca4ee1ebb2448f6e1f8a fltk-2.0.x-r7513.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: libjpeg libpng xorg-libxft xorg-libxi xorg-libxinerama
name=fltk2
version=r6970
version=r7513
release=1
source=(http://ftp.easysw.com/pub/fltk/snapshots/fltk-2.0.x-$version.tar.bz2)
@ -12,13 +12,12 @@ build() {
cd fltk-2.0.x-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-shared \
--enable-xft
make
make DESTDIR=$PKG install
rm -r $PKG/usr/man
rm -r $PKG/usr/share
}