mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 08:10:07 +02:00
32 lines
656 B
Plaintext
32 lines
656 B
Plaintext
DESCRIPTION="pkgconfig"
|
|
HOMEPAGE="http://pkg-config.freedesktop.org/wiki/"
|
|
SRC_URI="http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz"
|
|
CHECKSUM_MD5="d922a88782b64441d06547632fd85744"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd pkg-config-0.23/glib-1.2.10
|
|
mkdir -p m4
|
|
libtoolize --force --copy --install
|
|
aclocal --install -I m4
|
|
autoreconf
|
|
cd ..
|
|
mkdir -p m4
|
|
libtoolize --force --copy --install
|
|
aclocal --install -I m4
|
|
autoreconf
|
|
automake
|
|
autoconf
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd pkg-config-0.23
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="1998, 2001-2006 Red Hat Inc."
|