1
0
forked from ports/contrib

xsel: initial commit

This commit is contained in:
Maximilian Dietrich 2013-09-24 14:31:38 +02:00
parent 749b778f01
commit 9fd2498b3b
3 changed files with 24 additions and 0 deletions

6
xsel/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xsel
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xsel.1x.gz

1
xsel/.md5sum Normal file
View File

@ -0,0 +1 @@
75983f143ce83dc259796c6eaf85c8f5 xsel-1.2.0.tar.gz

17
xsel/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# 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
}