contrib/gtk-doc/Pkgfile

21 lines
423 B
Plaintext
Raw Normal View History

2012-06-15 01:29:54 +10:00
# Description: gtk documentation system.
# URL: http://www.gtk.org/gtk-doc/
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: docbook-xsl itstool openjade python3-six
2012-06-15 01:29:54 +10:00
name=gtk-doc
version=1.29
2012-06-15 01:29:54 +10:00
release=1
2018-04-23 19:09:17 +10:00
source=(https://download.gnome.org/sources/$name/$version/$name-$version.tar.xz)
2012-06-15 01:29:54 +10:00
build() {
cd $name-$version
2018-04-23 19:09:17 +10:00
2012-06-15 01:29:54 +10:00
./configure --prefix=/usr
2018-04-23 19:09:17 +10:00
2012-06-15 01:29:54 +10:00
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/help
2012-06-15 01:29:54 +10:00
}