contrib/xsel/Pkgfile
John Vogel 4f420fc6d8 xsel: new maintainer. update to recent git.
Many bug fixes upstream. Too many to patch, since patch would be
bigger than the source archive.
2019-01-08 10:44:50 -05:00

18 lines
486 B
Plaintext

# 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
name=xsel
version=1.2.0+git9bfc13d
release=1
source=(http://github.com/kfish/xsel/archive/${version#*+git}/$name-$version.tar.gz)
build() {
cd $name-${version#*+git}*
autoreconf -fi
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}