milis/talimatname/genel/c/console-tdm/talimat

15 lines
346 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: cdm tabanlı giriş yöneticisi
2017-08-09 16:50:27 +02:00
# URL: https://github.com/dopsi/console-tdm
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xorg-xinit
2017-08-09 16:50:27 +02:00
2017-10-28 14:10:23 +02:00
isim=console-tdm
surum=1.2.2
devir=1
kaynak=(https://github.com/dopsi/console-tdm/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
2017-08-09 16:50:27 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "$SRC/$isim-$surum"
2017-08-09 16:50:27 +02:00
make DESTDIR="$PKG" PREFIX="/usr" install
}