mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Updated libpak to 0.9.2, adding in guilib and giflib and updating the version of a few others. Also adjusting allegro to better control where
it puts it's files, but the man files aren't working right yet, so will need to fix that at a later date.
This commit is contained in:
@@ -4,11 +4,15 @@ SRC_URI="http://sourceforge.net/projects/alleg/files/allegro/4.4.1.1/allegro-4.4
|
||||
CHECKSUM_MD5="0f1cfff8f2cf88e5c91a667d9fd386ec"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="media-libs/libvorbis >= 1.2.3
|
||||
DEPEND="dev-util/cmake >= 2.6.0
|
||||
media-libs/libvorbis >= 1.2.3
|
||||
media-libs/libogg >= 1.1.4"
|
||||
BUILD {
|
||||
cd allegro-4.4.1.1
|
||||
cmake . -DINFODIR:=`finddir B_COMMON_DIRECTORY`/share/info
|
||||
mkdir -p `finddir B_COMMON_DIRECTORY`/share/info
|
||||
mkdir -p `finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
cmake . -DINFODIR:=`finddir B_COMMON_DIRECTORY`/share/info \
|
||||
-DMANDIR:=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user