#Packager: Tim Beech pkgname=xclip pkgver=0.11 pkgrel=1tjb #arch=noarch source=(http://www.freecode.com/urls/511cf7b7fd0d8bf96dcf56b7b060d7c5) sourcetemplate=http://people.salixos.org/mimosa/packages/$pkgname/$pkgver/ #docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.freecode.com/projects/xclip #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xclip is a command line interface to the X11 clipboard" "xclip is a command line utility that is designed to run on any system" "with an X11 implementation. It provides an interface to X selections" "('the clipboard') from the command line. It can read data from" "standard in or a file and place it in an X selection for pasting into" "other X applications. xclip can also print an X selection to standard" "out, which can then be redirected to a file or another program." "It can also be used for copying files, as an alternative to sftp/scp," "thus avoiding password prompts when X11 forwarding has already been" "set up." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }