milis/talimatname/genel/n/numlockx/talimat

22 lines
496 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: X11'de numlock tuşunu açar
# URL: https://admin.fedoraproject.org/pkgdb/package/rpms/numlockx/
# Paketçi: milisarge
# Gerekler: xorg-libxtst
isim=numlockx
surum=1.2
devir=1
kaynak=(http://pkgs.fedoraproject.org/repo/pkgs/numlockx/numlockx-1.2.tar.gz/be9109370447eae23f6f3f8527bb1a67/numlockx-1.2.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
x_includes=/usr/include/X11 \
x_libraries=/usr/lib
make
make DESTDIR=$PKG install
}