summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d52edf9f8e1e208b5d2e6de9f868e3cb9d867b7b (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
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=p7screen
pkgver=2.0
pkgrel=1
pkgdesc="Casio Communication Protocol 7.00 implementation"
arch=('i686' 'x86_64')
url="https://p7.touhey.fr/"
license=('GPL2')
groups=()
depends=('libusb>=1.0' 'libp7>=2.0')
makedepends=('make>=4.0' 'gcc>=4.9' 'asciidoc>=8.6.9' 'gzip>=1.6' 'binutils>=2.25')
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=(https://p7.touhey.fr/pub/p7utils-${pkgver}.tar.gz)
noextract=()
md5sums=('66d2407ee3c7f9b79bc11e7b6cd2a726')

build() {
  cd "p7utils-$pkgver"
  ./configure && make all-p7screen
}

package() {
  cd "p7utils-$pkgver"
  make install-p7screen DESTDIR="$pkgdir"
}