2017-04-04 13:55:04 +02:00
|
|
|
|
# Description: Mousepad, Xfce masaüstü ortamı için basit bir GTK+2 metin editörüdür.
|
2016-03-02 16:12:51 +01:00
|
|
|
|
# URL: http://www.xfce.org/projects/mousepad/
|
2017-04-04 13:55:04 +02:00
|
|
|
|
# Packager: milisarge
|
|
|
|
|
# Depends on: dbus-glib startup-notification xorg-libxrandr xorg-libxinerama xorg-libsm desktop-file-utils gtksourceview3 gtk-update-icon-cache
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|