diff options
author | root <root@rshg054.dnsready.net> | 2012-02-27 23:15:24 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-27 23:15:24 +0000 |
commit | 1f567a9d58d16b76320168f0624aa55bd6320284 (patch) | |
tree | e4e7ffadc364d582fccd8543ad1543fa9741a8a7 /community/isomaster/PKGBUILD | |
parent | f6a79a3f5989efc8db63af942851c56f0c462bb1 (diff) |
Mon Feb 27 23:15:24 UTC 2012
Diffstat (limited to 'community/isomaster/PKGBUILD')
-rw-r--r-- | community/isomaster/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/isomaster/PKGBUILD b/community/isomaster/PKGBUILD index 6bb9f6cb8..e8336f88c 100644 --- a/community/isomaster/PKGBUILD +++ b/community/isomaster/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 36891 2011-01-09 21:25:26Z mherych $ +# $Id: PKGBUILD 66615 2012-02-26 14:45:31Z lfleischer $ # Maintainer: Roman Kyrylych <roman@archlinux.org> # Maintainer: Mateusz Herych <heniekk@gmail.com> # Contributor: Mefju <mefju@o2.pl> pkgname=isomaster pkgver=1.3.8 -pkgrel=1 +pkgrel=2 pkgdesc="CD image editor written in GTK2" arch=('i686' 'x86_64') url="http://littlesvr.ca/isomaster" @@ -13,15 +13,15 @@ license=('GPL2') depends=('gtk2' 'desktop-file-utils') makedepends=('iniparser') install=isomaster.install -source=(http://littlesvr.ca/isomaster/releases/$pkgname-$pkgver.tar.bz2) +source=("http://littlesvr.ca/isomaster/releases/$pkgname-$pkgver.tar.bz2") md5sums=('bd046989611ded72358ffdc61e46bcfb') build() { - cd $srcdir/$pkgname-$pkgver + cd "$srcdir/$pkgname-$pkgver" make PREFIX=/usr } package() { - cd $srcdir/$pkgname-$pkgver - make PREFIX=/usr DESTDIR=$startdir/pkg install + cd "$srcdir/$pkgname-$pkgver" + make PREFIX=/usr DESTDIR="$pkgdir" install } |