# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $ # Maintainer: Joshua Ismael Haase Hernandez pkgname=lyx-clasicthesis pkgver=3.1-beta1 pkgrel=1 pkgdesc="A Classic Thesis Style for LaTeX and LyX" arch=('any') url="https://code.google.com/p/classicthesis/" license=('GPL') groups=() depends=('lyx') source=(https://code.google.com/p/classicthesis/downloads/detail?name=ClassicThesis-LyX-v${pkgver}.zip) md5sums=('a437079a70466adadf8f7034e02ebd85') noextract=() build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } check() { cd "$srcdir/$pkgname-$pkgver" make -k check } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }