mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 10:40:05 +02:00
20 lines
392 B
Plaintext
20 lines
392 B
Plaintext
DESCRIPTION="libiconv"
|
|
HOMEPAGE="http://www.gnu.org/software/libiconv/"
|
|
SRC_URI="http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.12.tar.gz"
|
|
CHECKSUM_MD5="c2be282595751535a618ae0edeb8f648"
|
|
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
|
|
}
|