allegro: moved to attic
This commit is contained in:
parent
62a3f43f2e
commit
118d1c613a
1007
allegro/.footprint
1007
allegro/.footprint
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
||||
a8b2c85c58b16345fe735f72763f3a6e allegro-4.2.0.tar.gz
|
@ -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
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
Dependencies:
|
||||
|
||||
Alsa, ARTS and Esound are optional
|
Loading…
x
Reference in New Issue
Block a user