milis/talimatname/genel/m/maim/talimat

17 lines
470 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: Ekran görüntüsü alma uygulaması
# URL: https://github.com/naelstrof/maim
# Paketçi: milisarge
# Gerekler: cmake slop freetype xorg-libxfixes xorg-libxrandr libjpeg-turbo xorg-libxcomposite
isim=maim
surum=4.4.62
devir=1
kaynak=(https://github.com/naelstrof/maim/archive/v$surum.tar.gz)
derle() {
cd $isim-$surum
cmake -DJPEG_INCLUDE_DIR:PATH=C:/MinGW/include/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
}