summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 92be4923ec51c1155c50e883b19052d86b106a02 (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
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=p7screen
pkgver=1.0
pkgrel=2
pkgdesc="Display screen streaming ot of your CASIO fx calculator"
arch=('i686' 'x86_64')
url="https://p7.touhey.fr/"
license=('GPL2')
groups=()
depends=('libp7>=1.5-1' 'sdl>=1.2')
makedepends=('make' 'asciidoc' 'gzip')
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=(https://forge.touhey.fr/casio/software/$pkgname/snapshot/$pkgname-$pkgver.tar.gz)
noextract=()
md5sums=('ffba290006e0d6277ddd0b74130fe0ce')

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

  ./configure --root=$pkgdir
  make
}

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

  make install
}