summaryrefslogtreecommitdiff
path: root/pcr/frame/PKGBUILD
blob: ed641568b55ddb54eda451ebe2696c5d85b40257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Contributor (AUR): Nicolas Quiénot < niQo at aur >

# parabola changes and rationale:
#  no changes.

pkgname=frame
pkgver=2.5.0
pkgrel=1
pkgdesc="Frame handles the buildup and synchronization of a set of simultaneous touches."
arch=(i686 x86_64 armv7h)
url="https://launchpad.net/frame"
license=(GPL)
depends=('libxi' 'gcc-libs')
makedepends=('xorg-server-devel' 'asciidoc')
provides=('utouch-frame')
conflicts=('utouch-frame')
replaces=('utouch-frame')
options=('!libtool')
source=(http://launchpad.net/$pkgname/trunk/v$pkgver/+download/$pkgname-$pkgver.tar.gz)
md5sums=('02baa941091c5d198cd1623b3ad36e68')



build() {
  cd "$srcdir/$pkgname-$pkgver"

  ./configure --prefix=/usr
  make
}

package() {
  cd "$srcdir/$pkgname-$pkgver"

  make DESTDIR="$pkgdir/" install
}