forked from ports/contrib
xsel: initial commit
This commit is contained in:
parent
749b778f01
commit
9fd2498b3b
6
xsel/.footprint
Normal file
6
xsel/.footprint
Normal 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
1
xsel/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
75983f143ce83dc259796c6eaf85c8f5 xsel-1.2.0.tar.gz
|
17
xsel/Pkgfile
Normal file
17
xsel/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user