milis/talimatname/genel/libunique/talimat

19 lines
423 B
Plaintext
Raw Normal View History

2017-04-03 14:57:20 +02:00
# Description: GTK3 için tekli örnek uygulamaları yazan kütüphane
2016-02-24 01:27:23 +01:00
# URL: http://live.gnome.org/LibUnique
2017-04-03 14:57:20 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gtk3 gobject-introspection
name=libunique
version=3.0.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}