initial .bep and .OptionalPackageDescription files for libmng

This commit is contained in:
Scott McCreary
2010-03-23 02:40:26 +00:00
parent b168e6019c
commit d3eed481cb
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
DESCRIPTION="libmng"
HOMEPAGE="http://www.libmng.com"
SRC_URI="http://prdownloads.sourceforge.net/libmng/libmng-1.0.10.tar.gz?download"
CHECKSUM_MD5="a464ae7d679781beebdf7440d144b7bd"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
mkdir -p license
cd libmng-1.0.10
cp LICENSE ../license/LIBMNG
cp unmaintained/autogen.sh .
cp makefiles/configure.in .
cp makefiles/Makefile.am .
libtoolize --force --copy --install
aclocal
./autogen.sh
./configure --prefix=/boot/common \
LDFLAGS=-L/boot/common/lib \
CPPFLAGS=-I/boot/common/include
make
}
INSTALL {
cd libmng-1.0.10
make install
}

View File

@@ -0,0 +1,5 @@
Package: libmng
Version: 1.0.10
Copyright: 2000-2007 Gerard Juyn
License: LIBMNG
URL: http://www.libmng.com