2018-06-09 00:06:58 +02:00
|
|
|
|
# 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
|
2018-08-08 14:18:27 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
_isim=libunique
|
|
|
|
|
isim=libunique1
|
|
|
|
|
surum=1.1.6
|
|
|
|
|
devir=2
|
|
|
|
|
|
2018-08-08 14:18:27 +02:00
|
|
|
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/${_isim}/${surum%.*}-$surum.tar.bz2
|
2018-06-09 00:06:58 +02:00
|
|
|
|
http://www.linuxfromscratch.org/patches/blfs/svn/libunique-$surum-upstream_fixes-1.patch)
|
|
|
|
|
|
|
|
|
|
derle() {
|
2018-08-08 14:18:27 +02:00
|
|
|
|
cd ${_isim}-$surum
|
2018-06-09 00:06:58 +02:00
|
|
|
|
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
|
|
|
|
|
}
|
|
|
|
|
|