New package: xsel-1.2.0.

This commit is contained in:
wertyi48 2013-08-25 00:26:24 -03:00
parent ac6841cdd7
commit b10377f5c1

19
srcpkgs/xsel/template Executable file
View file

@ -0,0 +1,19 @@
# Template file for 'xsel'
pkgname=xsel
version=1.2.0
revision=1
distfiles="http://www.vergenet.net/~conrad/software/xsel/download/xsel-${version}.tar.gz"
checksum="b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c"
build_style=gnu-configure
makedepends="libXt-devel"
only_for_archs="i686 x86_64"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://www.vergenet.net/~conrad/software/xsel/"
license="Custom"
short_desc="Command-line program for getting and setting the contents of the X selection"
xsel_package() {
pkg_install() {
vmove all
}
}