milis/talimatname/genel/xclip/talimat

19 lines
387 B
Plaintext
Raw Normal View History

2017-04-21 10:24:29 +02:00
# Description: X11 panosuna komut satırı arayüzü
# URL: https://github.com/astrand/xclip
# Packager: milisarge
# Depends on: 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)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}