forked from ports/contrib
allegro: moved from romster's repo
This commit is contained in:
parent
2ef7d54f22
commit
0ba74362ee
1021
allegro/.footprint
Normal file
1021
allegro/.footprint
Normal file
File diff suppressed because it is too large
Load Diff
1
allegro/.md5sum
Normal file
1
allegro/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
87ffb1def034e0ec29a9ad4a595cda7e allegro-4.2.2.tar.gz
|
25
allegro/Pkgfile
Normal file
25
allegro/Pkgfile
Normal file
@ -0,0 +1,25 @@
|
||||
# Description: A multi-platform game programming library for C/C++.
|
||||
# URL: http://alleg.sourceforge.net/
|
||||
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Packager: sten, nick dot steeves at shaw dot ca
|
||||
# Depends on: alsa-lib xorg-libxcursor xorg-libxpm xorg-libxxf86dga xorg-libxxf86vm
|
||||
|
||||
name=allegro
|
||||
version=4.2.2
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/alleg/allegro-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd allegro-$version
|
||||
install -d $PKG/usr
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--enable-exclopts=i686 \
|
||||
--enable-artsdigi=no
|
||||
|
||||
make -j 1
|
||||
make DESTDIR=$PKG install install-man
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user