18 lines
389 B
Plaintext
18 lines
389 B
Plaintext
# Description: MATE için yaygın geliştirme makroları
|
||
# URL: http://www.mate-desktop.org
|
||
# Packager: yasarciv67@gmail.com
|
||
# Depends on: gtk-doc intltool
|
||
|
||
name=mate-common
|
||
version=1.18.0
|
||
release=1
|
||
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
|
||
|
||
build() {
|
||
cd $name-$version
|
||
./configure \
|
||
--prefix=/usr
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|