contrib/xsel/Pkgfile

18 lines
553 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: Maximilian Dietrich, dxm at openmailbox dot org
# Packager: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on: xorg-libx11 xorg-libxt
name=xsel
version=1.2.0
release=1
source=(http://www.vergenet.net/~conrad/software/xsel/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}