milis/talimatname/genel/c/compton/talimat

24 lines
509 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: X pencere sistemi için dizgici(compositor)
2017-04-13 19:47:53 +02:00
# URL: https://github.com/chjj/compton
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libconfig pcre xorg-mesa xorg-libxcomposite xorg-libxinerama xorg-libxrandr xorg-libxdamage
2017-04-13 19:47:53 +02:00
name=compton
version=git
release=1
source=()
build() {
2017-04-13 19:57:53 +02:00
cd $DERLEME_KAYNAKDIZIN
2017-04-13 19:47:53 +02:00
if cd $name; then
git fetch -q; git reset --hard origin/master
else
git clone git://github.com/chjj/$name $name
cd $name
fi
make NO_DBUS=1 compton
install -Dm755 compton $PKG/usr/bin/compton
}