Ticket #327: plib-1.8.5.bep
| File plib-1.8.5.bep, 483 bytes (added by michaelvoliveira, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | DESCRIPTION="plib - A Suite of Portable Game Libraries" |
| 2 | HOMEPAGE="http://plib.sourceforge.net/" |
| 3 | SRC_URI="http://plib.sourceforge.net/dist/plib-1.8.5.tar.gz" |
| 4 | CHECKSUM_MD5="47a6fbf63668c1eed631024038b2ea90" |
| 5 | REVISION="1" |
| 6 | STATUS_HAIKU="stable" |
| 7 | DEPEND="" |
| 8 | |
| 9 | BUILD { |
| 10 | cd plib-1.8.5 |
| 11 | libtoolize --force --copy --install |
| 12 | ./autogen.sh |
| 13 | ./configure --prefix=/boot/common |
| 14 | make |
| 15 | } |
| 16 | |
| 17 | INSTALL { |
| 18 | cd plib-1.8.5 |
| 19 | make install |
| 20 | } |
| 21 | |
| 22 | LICENSE="GNU LGPL v2.1" |
| 23 | COPYRIGHT="1999-2005 Steve J. Baker" |
| 24 |
