25 lines
887 B
Text
25 lines
887 B
Text
# Template build file for 'icon-naming-utils'.
|
|
pkgname=icon-naming-utils
|
|
version=0.8.90
|
|
revision=3
|
|
build_style=gnu-configure
|
|
makedepends="perl-XML-Simple"
|
|
short_desc="Adapts GNOME and KDE icon names to the Icon Naming Specification"
|
|
homepage="http://tango.freedesktop.org/Standard_Icon_Naming_Specification"
|
|
license="GPL-2"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="http://tango.freedesktop.org/releases/$pkgname-$version.tar.bz2"
|
|
checksum=b1378679df4485b4459f609a3304238b3e92d91e43744c47b70abbe690d883d5
|
|
long_desc="
|
|
Icon Naming Utilities is a program that helps with the transition to the
|
|
new naming scheme defined by the Tango project. This utility maps the
|
|
icon names used by the GNOME and KDE desktops to the icon names proposed
|
|
in the Icon Naming Specification."
|
|
|
|
icon-naming-utils_package() {
|
|
depends="${makedepends}"
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|