blob: f940132a4fb707d43754b89a3080ea9b200aa265 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "Xfce4 development tools"
SECTION = "x11/libs"
LICENSE = "GPL"
PR = "r1"
inherit xfce46
inherit autotools autotools_stage
XFCE_VERSION = ${PV}
SRC_URI = "http://www.us.xfce.org/archive/xfce-${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2"
do_stage() {
install -d ${STAGING_DATADIR}/aclocal
install -m 644 m4macros/*.m4 ${STAGING_DATADIR}/aclocal/
}
FILES_${PN}-dev += " ${datadir}/xfce4/dev-tools/m4macros/*.m4"
SRC_URI[md5sum] = "c9587fa78e877eee858a33391d0afd62"
SRC_URI[sha256sum] = "4763a891ac7030c109c7ca03b1b0b834859c2aac4f8e359774ee01a6875694ac"
|