You are not logged in.

#1 2008-12-03 19:56:11

godane
Member
From: NH, USA
Registered: 2008-02-03
Posts: 241
Website

[PKGBUILD] unetbootin

I made a unetbootin PKGBUILD.

# Contributor: Godane aka Christopher Rogers <slaxemulator@gmail.com>

pkgname=unetbootin
pkgver=299
pkgrel=1
pkgdesc="UNetbootin allows for the installation of various Linux/BSD distributions to a partition or USB drive, so it's no different from a standard install, only it doesn't need a CD. It can create a dual-boot install, or replace the existing OS entirely."
url="http://unetbootin.sourceforge.net/"
license="GPL"
arch=('i686' 'x86_64')
depends=('syslinux' 'p7zip' 'qt' )
source=(http://internap.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-linux-$pkgver)
md5sums=('2619867d57ad1b1510668eee8ab4c4d5')
options=(!strip)

build() {
    cd $srcpkg
    mkdir -p $pkgdir/usr/sbin
    install -m 644 $srcdir/$pkgname-linux-$pkgver $pkgdir/usr/sbin/$pkgname
    chmod +x $pkgdir/usr/sbin/$pkgname
}

As always i put it in AUR for you guys to enjoy. Link Below:
http://aur.archlinux.org/packages.php?ID=21989

I hope this helps.


I'm working on a live cds based on Archlinux. http://godane.wordpress.com/

Offline

Board footer

Powered by FluxBB