17 lines
432 B
Plaintext
17 lines
432 B
Plaintext
# Description: Useful for extracting specially formatted comments from the code to create API docs.
|
|
# URL: http://www.gnome.org/
|
|
# Packager: pierre at nutyx dot org
|
|
# Depends on: docbook-xml docbook-xsl itstool libxslt
|
|
|
|
name=gtk-doc
|
|
version=1.24
|
|
release=1
|
|
|
|
source=( http://ftp.gnome.org/pub/gnome/sources/$name/$version/$name-$version.tar.xz)
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|