pmaports/matchbox/mb-applet-input-manager/APKBUILD
Duncan Guthrie 044c496fc5 New UI: matchbox (#1420)
Add matchbox-window-manager, matchbox-desktop, and their associated
dependencies.
2018-04-19 19:01:02 +00:00

35 lines
1.1 KiB
Text

# Contributor: Duncan Guthrie <dguthrie@posteo.net>
# Maintainer: Duncan Guthrie <dguthrie@posteo.net>
pkgname=mb-applet-input-manager
pkgver=0_git20051017
pkgrel=0
_commit=844b360d74f4ae6a1cc20cb32bb205c03c94ae2b
pkgdesc="Tray application for Matchbox to manage software-based input methods"
url="http://matchbox-project.org"
arch="all"
license="GPL-2.0-only"
depends="libmatchbox libjpeg-turbo"
makedepends="autoconf automake libtool libmatchbox-dev libjpeg-turbo-dev"
source="$pkgname-$_commit.tar.gz::https://git.yoctoproject.org/cgit/cgit.cgi/$pkgname/snapshot/$pkgname-$_commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"
options="!check"
build() {
cd "$builddir"
./autogen.sh
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="11ed89735e90a476c2310d2bf3ebcead71cdb1427ee1475c77f83d5891ec2e74f944817d5a7753d141138e95931cc7ee52aa9c89ab456318a3679c713622aa7b mb-applet-input-manager-844b360d74f4ae6a1cc20cb32bb205c03c94ae2b.tar.gz"