diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
commit | 35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (patch) | |
tree | 0a936fac74a00270ec2c07d3a37a63e79dd80999 /community/cdcover | |
parent | 88933a383866089c23f6d62783a6a24ab211e872 (diff) |
Wed Jul 2 03:45:24 UTC 2014
Diffstat (limited to 'community/cdcover')
-rw-r--r-- | community/cdcover/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/community/cdcover/PKGBUILD b/community/cdcover/PKGBUILD index 4862b1508..b77f19527 100644 --- a/community/cdcover/PKGBUILD +++ b/community/cdcover/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 65078 2012-02-20 03:31:51Z spupykin $ +# $Id: PKGBUILD 113945 2014-07-01 10:19:45Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Roland Schaeuble <rschaeuble@gmx.ch> pkgname=cdcover pkgver=0.7.4 -pkgrel=5 +pkgrel=6 pkgdesc="cdcover allows the creation of inlay-sheets for cd-cases and dvd's" arch=('i686' 'x86_64') url="http://cdcover.sourceforge.net" @@ -26,7 +26,10 @@ build() { --- > IMAGEFILES=application-exit.gif cddb.gif document-print-preview.gif document-save.gif logo.gif nocddb.gif renumber.gif EOF +} +package() { + cd $srcdir/$pkgname make target=/usr prefix=$pkgdir/usr install rm -rf $pkgdir/usr/doc } |