From 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Feb 2013 01:12:52 -0800 Subject: Sun Feb 10 01:12:35 PST 2013 --- community/isomaster/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 community/isomaster/PKGBUILD (limited to 'community/isomaster/PKGBUILD') diff --git a/community/isomaster/PKGBUILD b/community/isomaster/PKGBUILD deleted file mode 100644 index 44cacda89..000000000 --- a/community/isomaster/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 73565 2012-07-09 23:28:25Z ebelanger $ -# Maintainer: Roman Kyrylych -# Maintainer: Mateusz Herych -# Contributor: Mefju - -pkgname=isomaster -pkgver=1.3.9 -pkgrel=1 -pkgdesc="CD image editor written in GTK2" -arch=('i686' 'x86_64') -url="http://littlesvr.ca/isomaster" -license=('GPL2') -depends=('gtk2' 'desktop-file-utils') -makedepends=('iniparser') -install=isomaster.install -source=("http://littlesvr.ca/isomaster/releases/$pkgname-$pkgver.tar.bz2" - isomaster-1.3.9-asneeded.patch) -md5sums=('ba7b44303979fd193df04b8f5f7ce4f8' - '79ac690bd7edf69dfb53e9916fc1182d') - -build() { - cd "$srcdir/$pkgname-$pkgver" - patch -p0 -i ../isomaster-1.3.9-asneeded.patch - make PREFIX=/usr -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make PREFIX=/usr DESTDIR="$pkgdir" install -} -- cgit v1.2.3-54-g00ecf