mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Initial .bep file checking for sdl-image
This commit is contained in:
18
dev-libs/libiconv/libiconv-1.12.bep
Normal file
18
dev-libs/libiconv/libiconv-1.12.bep
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION="libiconv"
|
||||
HOMEPAGE="http://www.gnu.org/software/libiconv/"
|
||||
SRC_URI="http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.12.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_R5="untested"
|
||||
STATUS_BONE="untested"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd libiconv-1.12
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libiconv-1.12
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user