upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / xchm / trunk / PKGBUILD
blobd4d43e3a3bd73eb83a08893b5558df28abe4f8b1
1 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
2 # Contributor: Giovanni Scafora <giovanni@archlinux.org>
4 pkgname=xchm
5 pkgver=1.35
6 pkgrel=1
7 pkgdesc='Viewer for CHM files (GUI front-end to chmlib)'
8 arch=('x86_64')
9 url='https://github.com/rzvncj/xCHM'
10 license=('GPL2')
11 depends=('chmlib' 'wxwidgets-gtk3')
12 source=("https://github.com/rzvncj/xCHM/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
13 sha256sums=('719ca190e6dbc27d0ea9c7515df02da1d15e3edb4b5a341710fe61665b6589a7')
15 prepare() {
16   cd $pkgname-$pkgver
17   autoreconf -fi
20 build() {
21   cd $pkgname-$pkgver
22   ./configure --prefix=/usr
23   make
26 package() {
27   cd $pkgname-$pkgver
28   make DESTDIR="$pkgdir" install