Create talimat

This commit is contained in:
Aylinux 2018-05-04 19:22:03 +03:00 committed by GitHub
parent 686f883174
commit c26bb8e088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# Tanım: MyPaint ve diğer yazılımlar tarafından libmypaint kullanılarak kullanılan fırçalar.
# URL: https://github.com/Jehan/mypaint-brushes
# Paketçi: Cihan_Alkan
# Gerekler: libmypaint
# Grup:
isim=mypaint-brushes
surum=1.3.0
devir=1
kaynak=(https://github.com/Jehan/mypaint-brushes/archive/v${surum}.tar.gz)
derle() {
cd "$isim-$surum"
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
install -D -m644 COPYING "$PKG/usr/share/licenses/$isim/LICENSE"
}