28 lines
991 B
Text
28 lines
991 B
Text
# Template file for 'gnac'
|
|
pkgname=gnac
|
|
version=0.2.4
|
|
revision=1
|
|
homepage="http://gnac.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-scrollkeeper --disable-schemas-compile"
|
|
short_desc="Audio conversion program for the Gnome desktop"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
checksum=635f632d1e12d06ec8fbd87c96fe8207e55a339a13542337bd7707734a0b5c31
|
|
long_desc="
|
|
It is designed to be powerful but simple! It provides easy audio files
|
|
conversion between all GStreamer supported audio formats."
|
|
|
|
makedepends="which pkg-config intltool gnome-doc-utils glib-devel libxml2-devel
|
|
gtk+3-devel gst-plugins-base-devel libunique-devel libnotify-devel
|
|
gst-plugins-good gst-plugins-bad gst-plugins-ugly desktop-file-utils
|
|
hicolor-icon-theme"
|
|
|
|
gnac_package() {
|
|
depends="gst-plugins-good gst-plugins-bad gst-plugins-ugly
|
|
desktop-file-utils hicolor-icon-theme"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|