contrib/xclip/Pkgfile

19 lines
412 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
# Depends on: xorg-libxmu
name=xclip
2017-03-29 23:55:46 +02:00
version=0.13
release=1
2017-10-06 01:00:00 +02:00
source=(https://github.com/astrand/xclip/archive/0.13/xclip-0.13.tar.gz)
2013-11-24 03:40:56 +01:00
build() {
2017-03-29 23:55:46 +02:00
cd $name-$version
2013-11-24 03:40:56 +01:00
2017-03-29 23:55:46 +02:00
./bootstrap
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2013-11-24 03:40:56 +01:00
}