milis/talimatname/genel/gtk-doc/talimat

17 lines
423 B
Plaintext
Raw Normal View History

2017-03-24 14:00:19 +01:00
# Description: GTK-Doc, C koduna eklenen yorumlardan API dokümantasyonu üretmeye başlayan bir projedir.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-01-31 01:37:09 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# 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)
2017-01-31 01:37:09 +01:00
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
2017-01-31 01:37:09 +01:00
./configure --prefix=/usr
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
}