diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-11-23 16:27:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-11-23 16:27:38 +0000 |
commit | 851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (patch) | |
tree | 3348def9f302163ab06833327d534d99fcf86333 /community/unetbootin/PKGBUILD | |
parent | 859f538490d5f7a35356c8813cf5757b175eea98 (diff) |
Wed Nov 23 16:27:34 UTC 2011
Diffstat (limited to 'community/unetbootin/PKGBUILD')
-rw-r--r-- | community/unetbootin/PKGBUILD | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/community/unetbootin/PKGBUILD b/community/unetbootin/PKGBUILD deleted file mode 100644 index 8f10db3a5..000000000 --- a/community/unetbootin/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 56275 2011-10-04 15:12:06Z arodseth $ -# Contributor: Det <nimetonmaili at gmail a-dot com> -# Contributor: Godane aka Christopher Rogers <slaxemulator@gmail.com> -pkgname=unetbootin -pkgver=555 -pkgrel=1 -pkgdesc="Lets you create bootable Live USB drives" -url="http://unetbootin.sourceforge.net/" -license=('GPL') -arch=('x86_64' 'i686') -depends=('syslinux' 'p7zip' 'qt' 'mtools') -optdepends=('gksu: for graphically requesting the root password' - 'kdebase-runtime: for graphically requesting the root password') -install=${pkgname}.install -source=(http://downloads.sourceforge.net/project/${pkgname}/UNetbootin/${pkgver}/${pkgname}-source-${pkgver}.tar.gz) -sha1sums=('52adee7c2bf05834d59231e6a06ff8522203f4de') - -build() { - lupdate ${pkgname}.pro - lrelease ${pkgname}.pro - qmake - make -} - -package() { - install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}" - mkdir -p "${pkgdir}/usr/share/${pkgname}" - install -m644 ${pkgname}_*.qm "${pkgdir}/usr/share/${pkgname}/" - install -Dm644 ${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop" - for i in 16x16 22x22 24x24 32x32 48x48 256x256; do - install -D ${pkgname}_${i/x*/}.png "${pkgdir}/usr/share/icons/hicolor/${i}/apps/${pkgname}.png" - done -} |