2006-11-20 07:26:53 +10:00
|
|
|
# Description: FPC Bindings for the SDL Library.
|
|
|
|
# URL: http://sdl4fp.sourceforge.net
|
2007-01-20 12:21:06 +10:00
|
|
|
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
|
|
|
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
2006-11-20 07:26:53 +10:00
|
|
|
#
|
|
|
|
# Depends on: fpc
|
2006-11-14 09:01:22 +10:00
|
|
|
|
|
|
|
name=sdl4fp
|
|
|
|
version=1.2.0.0
|
|
|
|
release=1
|
|
|
|
source=(http://dl.sourceforge.net/sourceforge/$name/SDL4Freepascal-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2006-11-20 07:26:53 +10:00
|
|
|
cd SDL4Freepascal-$version
|
2006-11-14 09:01:22 +10:00
|
|
|
|
2006-11-20 07:26:53 +10:00
|
|
|
./build.sh
|
2006-11-14 09:01:22 +10:00
|
|
|
|
2006-11-20 07:26:53 +10:00
|
|
|
mkdir -p $PKG/usr/lib/fpc/`fpc -iV`/units/linux/$name/
|
|
|
|
cp *.o *.ppu $PKG/usr/lib/fpc/`fpc -iV`/units/linux/$name/
|
2006-11-14 09:01:22 +10:00
|
|
|
}
|
|
|
|
|