diff options
author | root <root@rshg054.dnsready.net> | 2011-11-21 23:14:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-21 23:14:49 +0000 |
commit | 859f538490d5f7a35356c8813cf5757b175eea98 (patch) | |
tree | f3da527fbc96be7a7a02fe3a8812d99c93fa8012 /community/matchbox-keyboard | |
parent | 70b4878648fd376433739bd5c835503f6301a5b2 (diff) |
Mon Nov 21 23:14:49 UTC 2011
Diffstat (limited to 'community/matchbox-keyboard')
-rw-r--r-- | community/matchbox-keyboard/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/matchbox-keyboard/PKGBUILD b/community/matchbox-keyboard/PKGBUILD index 2651a9a99..51d822e22 100644 --- a/community/matchbox-keyboard/PKGBUILD +++ b/community/matchbox-keyboard/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 21416 2010-07-16 12:01:32Z spupykin $ +# $Id: PKGBUILD 58999 2011-11-20 19:51:14Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> @@ -8,14 +8,14 @@ pkgrel=3 pkgdesc="An on screen virtual keyboard" arch=('i686' 'x86_64') depends=('cairo' 'libfakekey' 'libxft') -url="http://projects.o-hand.com/matchbox" +url="http://matchbox-project.org/" license=('GPL') -source=(http://projects.o-hand.com/matchbox/sources/$pkgname/0.1/$pkgname-$pkgver.tar.gz) +source=(http://matchbox-project.org/sources/$pkgname/0.1/$pkgname-$pkgver.tar.gz) md5sums=('9d1f61e0785f2ac4fc7588fa39b87e6f') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr - make || return 1 + make make DESTDIR=$pkgdir install } |