contrib/xsel/Pkgfile

18 lines
486 B
Plaintext
Raw Normal View History

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/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libxt
2013-09-24 14:31:38 +02:00
name=xsel
version=1.2.0+git9bfc13d
release=1
source=(http://github.com/kfish/xsel/archive/${version#*+git}/$name-$version.tar.gz)
2013-09-24 14:31:38 +02:00
build() {
cd $name-${version#*+git}*
autoreconf -fi
2016-06-10 11:07:44 +02:00
./configure --prefix=/usr
make
make install DESTDIR=$PKG
2013-09-24 14:31:38 +02:00
}