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

15 lines
356 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
name=console-tdm
version=1.2.2
release=1
source=(https://github.com/dopsi/console-tdm/archive/v$version.tar.gz::$name-$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2017-08-09 16:50:27 +02:00
cd "$SRC/$name-$version"
make DESTDIR="$PKG" PREFIX="/usr" install
}