milis/talimatname/genel/l/libunique1/talimat

26 lines
648 B
Plaintext
Raw Normal View History

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
_name=libunique
name=libunique1
version=1.1.6
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/${_name}/${version%.*}/${_name}-$version.tar.bz2
http://www.linuxfromscratch.org/patches/blfs/svn/libunique-$version-upstream_fixes-1.patch)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd ${_name}-$version
patch -Np1 -i ../libunique-$version-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
}