2013-09-24 14:31:38 +02:00
|
|
|
# Description: command-line program for getting and setting the contents of the X selection
|
|
|
|
# URL: http://www.vergenet.net/~conrad/software/xsel/
|
2016-06-10 11:52:32 +03:00
|
|
|
# Maintainer: Svyatoslav Mishyn, juef at openmailbox dot org
|
2017-11-11 18:31:10 +02:00
|
|
|
# Depends on: xorg-libxt
|
2013-09-24 14:31:38 +02:00
|
|
|
|
|
|
|
name=xsel
|
|
|
|
version=1.2.0
|
2016-06-10 12:07:44 +03:00
|
|
|
release=2
|
2013-09-24 14:31:38 +02:00
|
|
|
source=(http://www.vergenet.net/~conrad/software/xsel/download/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2016-06-10 12:07:44 +03:00
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make install DESTDIR=$PKG
|
2013-09-24 14:31:38 +02:00
|
|
|
}
|