desktop/focuswriter/PKGBUILD
2014-06-25 03:06:37 +00:00

28 lines
713 B
Bash

# Maintainer: U t G <utg.chakra.linux[at]gmail[dot]com>
pkgname=focuswriter
pkgver=1.5.1
pkgrel=1
pkgdesc="A simple fullscreen word processor."
arch=('x86_64')
url="http://gottcode.org/$pkgname/"
screenshot="http://gottcode.org/focuswriter/screenshots/focuswriter_image.png"
license=('GPL3')
depends=('enchant' 'libzip' 'qt' 'sdl_mixer')
categories=('office')
screenshot=("http://gottcode.org/focuswriter/screenshots/focuswriter_stats.png")
source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
md5sums=('1431a98d08b6f3f254fe1ff82e99d479')
build() {
cd $srcdir/$pkgname-$pkgver
qmake \
PREFIX=/usr
make
}
package() {
cd $srcdir/$pkgname-$pkgver
make INSTALL_ROOT=$pkgdir install
}