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

# source: kirk
TARBALL=ripperx-121314.tar.xz
MD5SUM=3d57a5c01e4f3d087dcbfe80c2f8b757 
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='ripperx: ripperx-git-121314
ripperx:  
ripperx: ripperx CD ripper
ripperx: 
ripperx:  
ripperx: 
ripperx: 
ripperx: 
ripperx: 
ripperx: 
ripperx: 
'

### default pkg_download
### default pkg_prepare
pkg_prepare() {
	pkg_prepare_default &&
	cd tmp/ripperx* &&
	patch -Np1 -i $CHROOT_DIR/tmp/pkg/ripperx-eject.patch
}
### default pkg_package
### build
pkg_build() {
	cd /tmp/ripperx*
	CC="$CXX" # force c++ compiler
	pkg_build_autoconf &&
	
	# desktop file
	install -m644 /tmp/pkg/ripperx.desktop /usr/share/applications &&
	pkg_build_slackdesc
}


