mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
18 lines
348 B
Plaintext
18 lines
348 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_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd libiconv-1.12
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libiconv-1.12
|
|
make install
|
|
}
|