first commit
This commit is contained in:
3
src/gtk-doc/.gitignore
vendored
Normal file
3
src/gtk-doc/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/gtk-doc/changes.md
Normal file
2
src/gtk-doc/changes.md
Normal file
@ -0,0 +1,2 @@
|
||||
# 1.33.2
|
||||
First version
|
20
src/gtk-doc/pkg.sh
Normal file
20
src/gtk-doc/pkg.sh
Normal file
@ -0,0 +1,20 @@
|
||||
NAME="gtk-doc"
|
||||
DESC="Code documenter"
|
||||
VERSION="1.33.2"
|
||||
FILES=("https://download.gnome.org/sources/gtk-doc/${VERSION%.*}/gtk-doc-$VERSION.tar.xz")
|
||||
HASHES=("ea6563421abe964d02135ca0d5b8dd8e")
|
||||
DEPENDS=(
|
||||
"docbook-xml" "docbook-xsl-nons" "itstool"
|
||||
"libxslt" "pygments"
|
||||
)
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.xz
|
||||
cd $NAME-$VERSION
|
||||
|
||||
autoreconf -fiv
|
||||
./configure --prefix=/usr
|
||||
make && make DESTDIR="$ROOTDIR" install
|
||||
|
||||
cd .. && rm -r $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user