### this file is sourced not run
PKGVER=0.9.9debian1
PKGBUILD=1
PKGARCH=x86_64

# source: james/debian
TARBALL=ufiformat_0.9.9.orig.tar.gz
MD5SUM=18e41a189b81b1599a38ce8640698b7f
SRC_URL=http://ftp.de.debian.org/debian/pool/main/u/ufiformat/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='ufiformat: ufiformat 0.9.9debian1 (USB Floppy Formatter)  
ufiformat:  
ufiformat: ufiformat is a command-line utility for formatting floppy disks in 
ufiformat: UFI-compatible USB floppy drives. It allows disks to be formatted 
ufiformat: in any format supported by the drive, and can also be used to 
ufiformat: determine what format a disk is currently using.  
ufiformat: 
ufiformat: 
ufiformat: 
ufiformat: 
ufiformat:  
'

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	cd tmp/ufiformat* &&
	zcat $CHROOT_DIR/tmp/pkg/ufiformat_0.9.9.orig.tar.gz | patch -Np1 
}

### default pkg_package
### default pkg_build


