allegro: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:05:00 +00:00
parent 62a3f43f2e
commit 118d1c613a
4 changed files with 0 additions and 1037 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
a8b2c85c58b16345fe735f72763f3a6e allegro-4.2.0.tar.gz

View File

@ -1,26 +0,0 @@
# Description: a multi-platform game programming library for C/C++
# URL: http://alleg.sf.net/
# Maintainer:
# Packager:
# Depends on: x11, alsa-lib, arts, esound
# When doing make I set MAKEINFO to be 'true' because then
# the program will run and think it's making info pages, while
# it really just executes exit(0) (or something)
name=allegro
version=4.2.0
release=1
source=("http://dl.sourceforge.net/sourceforge/alleg/allegro-$version.tar.gz")
build() {
cd "allegro-$version"
mkdir -p "$PKG/usr";
./configure --prefix="/usr" \
--enable-exclopts=i686
make MAKEINFO="true" prefix="/usr" \
lib modules programs
make MAKEINFO="true" prefix="$PKG/usr" \
install-man install-headers install-programs install-lib
}

View File

@ -1,3 +0,0 @@
Dependencies:
Alsa, ARTS and Esound are optional