blob: d34fb0315d070e6d7335affab3e165712be38820 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LICENSE = "GPLv2"
DEPENDS = "libxml-simple-perl-native"
PR = "r2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz"
S = "${WORKDIR}/icon-naming-utils-${PV}"
inherit autotools native perlnative
|