23 lines
736 B
Bash
23 lines
736 B
Bash
# Template file for 'fsv'
|
|
pkgname=fsv
|
|
version=0.9.1
|
|
revision=1
|
|
wrksrc="fsv-fsv-0.9-1"
|
|
build_pie=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake gettext-devel libtool pkg-config"
|
|
makedepends="gtkmm-devel ftgl-devel gtkglarea-devel"
|
|
short_desc="GTK2 port of fsv, the filesystem visualizer"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-2.1"
|
|
homepage="http://fsv.sourceforge.net/"
|
|
distfiles="https://github.com/mcuelenaere/fsv/archive/fsv-0.9-1.tar.gz"
|
|
checksum=aede9d231858016d410eb1cc47f5315055eafc259f80a9e82a5846ea2f682d18
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
post_install() {
|
|
vinstall src/xmaps/fsv-icon.xpm 644 usr/share/pixmaps fsv.xpm
|
|
vinstall ${FILESDIR}/fsv.desktop 644 usr/share/applications
|
|
}
|