contrib/xsel/Pkgfile
2020-05-27 01:00:39 -04:00

19 lines
541 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+git062e6d3
release=1
source=(http://github.com/kfish/xsel/archive/${version#*+git}/$name-$version.tar.gz)
build() {
cd $name-${version#*+git}*
sed -e 's,-Wall -Werror -g,-Wall -g,' -i configure.ac
autoreconf -fi
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}