mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
* this fixes the wrong recipe names introduced by myself in #d525fee * adjust patch names to match corresponding recipes * additionally: create 'additional-files' folders as hint to some ports that do not have a proper recipe yet
25 lines
507 B
Plaintext
25 lines
507 B
Plaintext
DESCRIPTION="gtk-doc"
|
|
HOMEPAGE="http://www.gtk.org/gtk-doc/"
|
|
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.15/gtk-doc-1.15.tar.bz2"
|
|
CHECKSUM_MD5="c022788b1fbbec30d55df4ccb34eeb90"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND="pkgconfig >= 0.23
|
|
dev-libs/libxslt >= 1.1.26"
|
|
BUILD()
|
|
{
|
|
cd gtk-doc-1.15
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd gtk-doc-1.15
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU GPL v2
|
|
GNU FDL v1.1"
|
|
COPYRIGHT="2002-2010 Damon Chaplin and Owen Taylor"
|