contrib/xclip/Pkgfile

20 lines
496 B
Plaintext
Raw Normal View History

2013-11-24 03:40:56 +01:00
# Description: A command line interface to the X11 clipboard
2016-06-13 00:32:31 +02:00
# URL: https://github.com/astrand/xclip
2013-11-24 03:40:56 +01:00
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
# Packager: Tadeusz Sosnierz, tadzikes gmail com
# Depends on: xorg-libxmu
name=xclip
version=0.12
release=2
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}