diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-24 11:07:35 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-24 11:07:35 -0300 |
commit | 8d32e471d53634b308adf93007922a6ccbd2b830 (patch) | |
tree | 606fdcd5508936ffdfc7cf510a16b7324c2792e2 /community/xsel | |
parent | 4c9d76f582ae64854e30113e7f7dc621af3db820 (diff) | |
parent | 1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/augeas/PKGBUILD
community/chmsee/PKGBUILD
community/cupsddk/PKGBUILD
community/optipng/PKGBUILD
community/pcb/PKGBUILD
community/taglib-rcc/PKGBUILD
community/wmctrl/PKGBUILD
extra/c-ares/PKGBUILD
multilib/lib32-freetype2/PKGBUILD
Diffstat (limited to 'community/xsel')
-rw-r--r-- | community/xsel/PKGBUILD | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/community/xsel/PKGBUILD b/community/xsel/PKGBUILD index ed24d97c3..f3bcc8b08 100644 --- a/community/xsel/PKGBUILD +++ b/community/xsel/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 44722 2011-04-11 12:24:43Z spupykin $ +# $Id: PKGBUILD 59067 2011-11-21 08:59:54Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=xsel pkgver=1.2.0 -pkgrel=3 +pkgrel=4 pkgdesc="XSel is a command-line program for getting and setting the contents of the X selection" arch=(i686 x86_64 'mips64el') url="http://www.vergenet.net/~conrad/software/xsel/" license=("custom") -depends=(libx11) +depends=('libx11') +makedepends=('libxt') source=(http://www.vergenet.net/~conrad/software/xsel/download/$pkgname-$pkgver.tar.gz) md5sums=('75983f143ce83dc259796c6eaf85c8f5') @@ -19,14 +20,5 @@ build() { make make DESTDIR=$pkgdir install mkdir -p $pkgdir/usr/share/licenses/xsel/ - cat >$pkgdir/usr/share/licenses/xsel/LICENSE <<EOF -Copyright (C) 2001 Conrad Parker <conrad@vergenet.net> - -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that copyright -notice and this permission notice appear in supporting documentation. No -representations are made about the suitability of this software for any purpose. -It is provided "as is" without express or implied warranty. -EOF + install -D -m0644 COPYING $pkgdir/usr/share/licenses/xsel/COPYING } |