26 lines
625 B
Plaintext
26 lines
625 B
Plaintext
# 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
|
||
}
|
||
|