mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Add bep file for libdsk.
This commit is contained in:
21
app-emulation/libdsk/libdsk-1.3.3.bep
Normal file
21
app-emulation/libdsk/libdsk-1.3.3.bep
Normal file
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION="LibDSK is a library for manipulating disk image files"
|
||||
HOMEPAGE="http://www.seasip.demon.co.uk/Unix/LibDsk/"
|
||||
SRC_URI="http://www.seasip.info/Unix/LibDsk/libdsk-1.3.3.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="untested"
|
||||
DEPEND=""
|
||||
#CHECKSUM_MD5=""
|
||||
|
||||
BUILD {
|
||||
cd libdsk-1.3.3
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libdsk-1.3.3
|
||||
make install
|
||||
}
|
||||
|
||||
COPYRIGHT="2010 John Elliott"
|
||||
LICENSE="GNU GPL v2"
|
||||
Reference in New Issue
Block a user