2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Libunique paketi, tekli örnek uygulamaları yazmak için bir kütüphane içerir.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://live.gnome.org/LibUnique
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: gtk2
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
_isim=libunique
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=libunique1
|
|
|
|
|
surum=1.1.6
|
|
|
|
|
devir=2
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
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)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd ${_name}-$surum
|
|
|
|
|
patch -Np1 -i ../libunique-$surum-upstream_fixes-1.patch
|
2016-02-24 01:27:23 +01:00
|
|
|
|
autoreconf -fi
|
|
|
|
|
./configure --prefix=/usr --disable-static \
|
|
|
|
|
--disable-dbus
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
rm -r $PKG/usr/share/gtk-doc
|
|
|
|
|
}
|
|
|
|
|
|