milis/talimatname/genel/s/slop/talimat

17 lines
401 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Kullanıcının seçtiği bölgeyi stdout a veren uygulama
2017-04-14 19:53:38 +02:00
# URL: https://github.com/naelstrof/slop
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: cmake xorg-libxext glm xorg-mesa
2017-04-14 19:53:38 +02:00
2017-10-28 14:10:23 +02:00
isim=slop
surum=5.3.37
devir=1
kaynak=(https://github.com/naelstrof/$isim/archive/v$surum.tar.gz)
2017-04-14 19:53:38 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-04-14 19:53:38 +02:00
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
}