milis/talimatname/genel/x/xclip/talimat

19 lines
380 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: X11 panosuna komut satırı arayüzü
2017-04-21 10:24:29 +02:00
# URL: https://github.com/astrand/xclip
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xorg-libxmu
2016-07-30 19:48:00 +02:00
name=xclip
version=0.12
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2016-07-30 19:48:00 +02:00
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}