milis/talimatname/genel/g/gedit-plugins/talimat

18 lines
411 B
Plaintext

# Description: Gedit için eklentiler
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gedit gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache
name=gedit-plugins
version=3.22.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}