0.14.7: http://pastebin.de/129438
Search Criteria
Package Details: grml2usb 0.14.0-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2013-11-14)
| Package Base: | grml2usb |
|---|---|
| Description: | Installs one or multiple grml ISOs on an USB device - contains grml2iso |
| Upstream URL: | http://grml.org/grml2usb/ |
| Category: | system |
| Licenses: | |
| Submitter: | florianz |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 9 |
| First Submitted: | 2010-07-01 18:40 |
| Last Updated: | 2013-07-10 10:37 |
Latest Comments
Comment by Maxr
Comment by codenomad
I didn't really bother with i386, sorry, but try this for the latest:
--- PKGBUILD 2013-07-10 04:34:47.000000000 -0600
+++ ../../grml2usb/PKGBUILD 2013-11-14 14:56:41.916458156 -0700
@@ -1,23 +1,23 @@
# Contributor: Florian Ziegler <zieglerflorian fastmail fm>
pkgname=grml2usb
-pkgver=0.14.0
-pkgrel=1
+pkgver=0.14
+pkgrel=2
pkgdesc="Installs one or multiple grml ISOs on an USB device - contains grml2iso"
-arch=(i686 x86_64)
+arch=(x86_64)
options=(!strip)
url="http://grml.org/grml2usb/"
license=('GPL2')
depends=('python2' 'bash')
optdepends=('cdrkit: creating multiboot ISOs with grml2iso')
-source=(deb_package_${pkgver}_${pkgrel}_i386.deb::http://deb.grml.org/pool/main/g/grml2usb/${pkgname}_${pkgver}_i386.deb)
-noextract=(deb_package_${pkgver}_${pkgrel}_i386.deb deb_package_${pkgver}_${pkgrel}_i386.deb)
-md5sums=('bb95f4f6a5a4d5540e18d58657eca942')
+source=(${pkgname}_${pkgver}.${pkgrel}_amd64.deb::http://deb.grml.org/pool/main/g/grml2usb/${pkgname}_${pkgver}.${pkgrel}_amd64.deb)
+noextract=(${pkgname}_${pkgver}.${pkgrel}_amd64.deb ${pkg_name}_${pkgver}.${pkgrel}_amd64.deb)
+md5sums=('87ec1cc0cf8e9ba7f8b5360c6d164753')
build() {
cd "$srcdir"
- bsdtar -xf deb_package_${pkgver}_${pkgrel}_i386.deb
- bsdtar -xf data.tar.gz
+ bsdtar -xf ${pkgname}_${pkgver}.${pkgrel}_amd64.deb
+ bsdtar -xf data.tar.xz
mkdir -p ${pkgdir}/usr/sbin/
mkdir -p ${pkgdir}/usr/share/man/man8
Comment by Tblue
Broken: Binaries need to be moved to /usr/bin.
Comment by 0mark
Only i386 for now. The original PKGBUILD used combined deb packages, which are not available for the current version.
Comment by florianz
As the grml project now provides mixed (32 + 64 Bit) images (my only use case), I orphan this package.
Comment by florianz
Thanks for all your comments and help
Comment by Tblue
grml2usb works perfectly fine on architectures other than x86_64 (as it is written in Python), so please set the "arch" variable to either (any) or (i686 x86_64).
Also, on i686, the build fails with:
/usr/bin/strip:./usr/share/grml2usb/lilo/lilo.static.amd64: File format not recognized
This can be fixed by setting options=(!strip) in the PKGBUILD.
Comment by indianahorst
$ grml2usb grml64-medium_2010.12.iso /dev/sdg
File "/usr/sbin/grml2usb", line 702
except CriticalException, error:
^
SyntaxError: invalid syntax
Anonymous comment
0.9.31 is out. jsut change version.
Comment by L42y
you should use python2 insted of python
Comment by L42y
hi, 0.9.30 is out