grup-düzenlemeleri

This commit is contained in:
yasarciv67 2018-07-26 06:20:58 +00:00
parent 17ba7a1d77
commit 4e5fd6bfd8
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# Tanım: XCB araç kütüphanesi
# URL: http://xcb.freedesktop.org
# Paketçi: milisarge
# Paketçi: milisarge
# Gerekler: libxcb
# Grup: kütüphane
isim=xorg-xcb-util-keysyms
surum=0.4.0
@ -10,9 +11,7 @@ kaynak=(http://xcb.freedesktop.org/dist/xcb-util-keysyms-$surum.tar.bz2)
derle() {
cd xcb-util-keysyms-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}