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

# source: james/jafadmin
TARBALL=afo-source.tar.gz
MD5SUM=92f8f2c7ccc7cbb55810a7b22deeecfa
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="afo: afo $PKGVER (Aggresive File Obliterator)
afo: 
afo: It overwrites files/directories with random gibberish then deletes 
afo: them. Files deleted with this utility won'\''t be recovered using 
afo: undelete functions, recovery software, or dd/hexedit. It permanently 
afo: obliterates your files to the point they are not recoverable.
afo: 
afo: http://murga-linux.com/puppy/viewtopic.php?p=834447#834447
afo: 
afo: 
afo:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/afo*
	gcc -Os -s -o /usr/bin/afo afo.c &&
	pkg_build_slackdesc
}
