24 lines
523 B
Plaintext
24 lines
523 B
Plaintext
# Tanım: X pencere sistemi için dizgici(compositor)
|
||
# URL: https://github.com/chjj/compton
|
||
# Paketçi: milisarge
|
||
# Gerekler: libconfig pcre xorg-mesa xorg-libxcomposite xorg-libxinerama xorg-libxrandr xorg-libxdamage
|
||
# Grup: kütüphane
|
||
|
||
isim=compton
|
||
surum=git
|
||
devir=1
|
||
kaynak=()
|
||
|
||
derle() {
|
||
cd $DERLEME_KAYNAKDIZIN
|
||
|
||
if cd $isim; then
|
||
git fetch -q; git reset --hard origin/master
|
||
else
|
||
git clone git://github.com/chjj/$isim $isim
|
||
cd $isim
|
||
fi
|
||
make NO_DBUS=1 compton
|
||
install -Dm755 compton $PKG/usr/bin/compton
|
||
}
|