contrib/xsel/Pkgfile

19 lines
541 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
2020-05-27 07:00:39 +02:00
version=1.2.0+git062e6d3
2019-06-04 13:10:08 +02:00
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}*
2019-01-13 23:54:15 +01:00
sed -e 's,-Wall -Werror -g,-Wall -g,' -i configure.ac
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
}