milis/talimatname/genel/g/gcolor2/talimat

23 lines
664 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: Basit bir GTK+ 2 renk seçici
# URL: http://gcolor2.sourceforge.net/
# Paketçi: milisarge
# Gerekler: gtk2
# Grup: sistem
isim=gcolor2
surum=0.4
devir=1
kaynak=(http://downloads.sourceforge.net/project/gcolor2/gcolor2/0.4/gcolor2-0.4.tar.gz
http://downloads.nutyx.org/files/patchs/$isim/gcolor2.desktop
http://downloads.nutyx.org/files/patchs/$isim/gcolor2-amd64-1.patch)
derle() {
cd $isim-$surum
[ "`uname -m`" == "x86_64" ] && (patch -p1 < ../gcolor2-amd64-1.patch)
sed -i 's/\[:space:\]/[&]/g' configure
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -D $SRC/gcolor2.desktop -m644 $PKG/usr/share/applications/gcolor2.desktop
}