# Description: Bgoffice dictionary frontend # URL: http://gbgoffice.info/ # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: gtkmm name=gbgoffice version=1.4 _debian=12 release=3 source=(https://ftp.debian.org/debian/pool/main/g/gbgoffice/gbgoffice_${version}.orig.tar.gz https://ftp.debian.org/debian/pool/main/g/gbgoffice/gbgoffice_${version}-${_debian}.debian.tar.xz $name.desktop) build() { cd $name-$version # Thanks to Debian for the source and patches cat $SRC/debian/patches/series | while read -r i ; do patch -p1 -i $SRC/debian/patches/$i done ./configure --prefix=/usr make make -k check make install DESTDIR=$PKG mkdir -p $PKG/usr/share/applications cp $SRC/$name.desktop $PKG/usr/share/applications }