mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Initial .bep file for giflib, thanks to michaelvoliveira.
This commit is contained in:
23
media-libs/giflib/giflib-4.1.6.bep
Normal file
23
media-libs/giflib/giflib-4.1.6.bep
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION="giflib - A library for processing GIFs"
|
||||
HOMEPAGE="http://sourceforge.net/projects/giflib/"
|
||||
SRC_URI="http://sourceforge.net/projects/giflib/files/giflib%204.x/giflib-4.1.6/giflib-4.1.6.tar.bz2/download"
|
||||
CHECKSUM_MD5="7125644155ae6ad33dbc9fc15a14735f"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
BUILD {
|
||||
cd giflib-4.1.6
|
||||
libtoolize --force --copy --install
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd giflib-4.1.6
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="1997-2007 Eric S. Raymond and Toshio Kuratomi"
|
||||
Reference in New Issue
Block a user