blob: bd796fb4689cb563165800a27d9ca2ef6b38485a (
plain)
1
2
3
4
5
6
7
8
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libunique/1.0/libunique-1.0.6.tar.bz2"
PR = "r0"
DEPENDS = "glib-2.0 gtk+ dbus"
S = "${WORKDIR}/unique-${PV}"
inherit autotools_stage
|