mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
x11/gtk-doc: new aport
Documentation tool for public library API http://www.gtk.org/gtk-doc/
This commit is contained in:
parent
a7b5bf31b4
commit
bbc67e13d1
20
x11/gtk-doc/APKBUILD
Normal file
20
x11/gtk-doc/APKBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gtk-doc
|
||||
pkgver=1.11
|
||||
pkgrel=0
|
||||
pkgdesc="Documentation tool for public library API"
|
||||
url="http://www.gtk.org/gtk-doc/"
|
||||
license="GPL FDL"
|
||||
depends="docbook-xsl gnome-doc-utils perl"
|
||||
makedepends="rarian-dev"
|
||||
source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr || return 1
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="b5e268c71fa90aad890cf53715664d0a gtk-doc-1.11.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user