blob: bf98e1441c4e69d80a8081e87ff25977ab2bdd73 (
plain)
1
2
3
4
5
6
7
8
|
LICENSE = "GPL"
inherit pkgconfig autotools
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.4/${PN}-${PV}.tar.bz2"
DEPENDS += "shared-mime-info intltool-native"
RDEPENDS = "shared-mime-info"
|