mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
24 lines
487 B
Plaintext
24 lines
487 B
Plaintext
DESCRIPTION="psiconv"
|
|
HOMEPAGE="http://software.frodo.looijaard.name/psiconv/"
|
|
SRC_URI="http://software.frodo.looijaard.name/psiconv/files/psiconv-0.9.8.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="8d7548e3c6b9cd408544736133728acd"
|
|
BUILD {
|
|
cd psiconv-0.9.8
|
|
libtoolize --force --copy --install
|
|
aclocal
|
|
autoconf
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd psiconv-0.9.8
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="1999-2005 Frodo Looijaard"
|