contrib/sdl4fp/Pkgfile

22 lines
554 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: FPC Bindings for the SDL Library.
# URL: http://sdl4fp.sourceforge.net
2007-01-20 03:21:06 +01:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
#
# Depends on: fpc
2006-11-14 00:01:22 +01:00
name=sdl4fp
version=1.2.0.0
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/SDL4Freepascal-$version.tar.gz)
build() {
2006-11-19 22:26:53 +01:00
cd SDL4Freepascal-$version
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
./build.sh
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01: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 00:01:22 +01:00
}