milis/talimatname/genel/n/numlockx/talimat

22 lines
496 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: X11'de numlock tuşunu açar
2017-04-05 15:25:11 +02:00
# URL: https://admin.fedoraproject.org/pkgdb/package/rpms/numlockx/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xorg-libxtst
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
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)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
x_includes=/usr/include/X11 \
x_libraries=/usr/lib
make
make DESTDIR=$PKG install
}