milis/talimatname/genel/l/libunique1/talimat

26 lines
625 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Libunique paketi, tekli örnek uygulamaları yazmak için bir kütüphane içerir.
# URL: http://live.gnome.org/LibUnique
# Paketçi: milisarge
# Gerekler: gtk2
_isim=libunique
isim=libunique1
surum=1.1.6
devir=2
kaynak=(http://ftp.gnome.org/pub/gnome/sources/${_name}/${surum%.*}-$surum.tar.bz2
http://www.linuxfromscratch.org/patches/blfs/svn/libunique-$surum-upstream_fixes-1.patch)
derle() {
cd ${_name}-$surum
patch -Np1 -i ../libunique-$surum-upstream_fixes-1.patch
autoreconf -fi
./configure --prefix=/usr --disable-static \
--disable-dbus
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}