diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/lout/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/lout/PKGBUILD')
-rw-r--r-- | community/lout/PKGBUILD | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/community/lout/PKGBUILD b/community/lout/PKGBUILD deleted file mode 100644 index df2dcfc35..000000000 --- a/community/lout/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 94153 2013-07-15 07:02:55Z kkeen $ -# Maintainer: Kyle Keen <keenerd@gmail.com> -# Contributor: catwell <catwell@archlinux.us> - -pkgname=lout -pkgver=3.40 -pkgrel=1 -pkgdesc="A lightweight document formatting system." -arch=('i686' 'x86_64') -url="http://lout.wiki.sourceforge.net/" -license=('GPL') -depends=('glibc') -install=lout.install -source=(http://mirrors.ctan.org/support/$pkgname/$pkgname-$pkgver.tar.gz - makefile.arch - lout.install - http://pkgs.fedoraproject.org/repo/pkgs/lout/slides.pdf/6822c33e49a1dca0b090f297d404d7fa/slides.pdf) -md5sums=('fd0fe084cebd07fc209d392a2d380755' - '088a29ca16477a9a30da9fafc9391de8' - '597cd52eb87ef6253cf769bed4db3952' - '6822c33e49a1dca0b090f297d404d7fa') - -build() { - cd "$srcdir/$pkgname-$pkgver" - cp ../makefile.arch . - make -f makefile.arch -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make -f makefile.arch PKGDIR="$pkgdir" install - chmod 0775 "$pkgdir/usr/lib/lout/data/" - chgrp users "$pkgdir/usr/lib/lout/data/" - install -Dm644 "$srcdir/slides.pdf" "$pkgdir/usr/share/doc/$pkgname/introduction.pdf" -} - |