#Packager: Richrd Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=sweethome3d pkgver=4.3 pkgrel=1rl #arch=noarch source=("http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}.jar" "${pkgname}" "${pkgname}.desktop" "${pkgname}.png") sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("LICENSE" "COPYING" "readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.sweethome3d.com/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "sweethome3d (a free interior design application)" "Sweet Home 3D is a free interior design application that helps you" "draw the plan of your house, arrange furniture on it and visit the" "results in 3D." ) build() { cd $startdir/ install -D -m 644 "SweetHome3D-${pkgver}.jar" "$startdir/pkg/usr/share/java/${pkgname}.jar" install -D -m 644 "${pkgname}.png" "$startdir/pkg/usr/share/pixmaps/${pkgname}.png" install -D -m 755 "${pkgname}.desktop" "$startdir/pkg/usr/share/applications/${pkgname}.desktop" install -D -m 755 "${pkgname}" "$startdir/pkg/usr/bin/${pkgname}" }