#Packager: Frédéric GALUSIK pkgname=plume-creator pkgver=0.59.2 pkgrel=1fg #arch=noarch source=( "http://sourceforge.net/projects/plume-creator/files/0.5/plume-creator-$pkgver-src.tar.gz" "$pkgname.desktop" ) sourcetemplate=http://people.salixos.org/fredg/$pkgname/$pkgver/ docs=("copying" "known issues" "License" "readme") url=http://sourceforge.net/projects/plume-creator slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "plume-creator (Full featured writing program)" "With Plume Creator, organize your writing projects ! Scenes, notes, " "characters,..." "Rich Text editing, full screen editing and multiple projects " "supported." "Languages : English, French and Italian." ) build() { cd $SRC qmake && make install -Dm 755 $pkgname $PKG/usr/bin/$pkgname # Desktop Integration install -Dm 644 $SRC/$pkgname.desktop \ $PKG/usr/share/applications/$pkgname.desktop install -Dm 644 $SRC/resources/images/icons/hicolor/scalable/apps/$pkgname.svg \ $PKG/usr/share/icons/hicolor/scalable/apps/$pkgname.svg }