milis/talimatname/genel/m/mypaint-brushes/talimat

25 lines
540 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.

# 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: kütüphane
isim=mypaint-brushes
surum=1.3.0
devir=1
kaynak=(https://github.com/Jehan/mypaint-brushes/archive/v${surum}.tar.gz::$isim-$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"
}