milis/talimatname/genel/mousepad/talimat

18 lines
517 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.

# Description: Mousepad, Xfce masaüstü ortamı için basit bir GTK+2 metin editörüdür.
# URL: http://www.xfce.org/projects/mousepad/
# Packager: milisarge
# Depends on: dbus-glib startup-notification xorg-libxrandr xorg-libxinerama xorg-libsm desktop-file-utils gtksourceview3 gtk-update-icon-cache
name=mousepad
version=0.4.0
release=3
source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}