aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/hardlink/hardlink_0.3.0.bb
blob: 3e98db960430f15259f9c48de2ae61cb5388bda6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "hardlink is a tool which replaces multiple copies of a file with hardlinks."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://hardlink.c;endline=22;md5=168464a4fc92fa7389c53b0755b39fbb"

DEPENDS = "libpcre attr"

SRC_URI = "http://jak-linux.org/projects/hardlink/${BPN}_${PV}.tar.xz"
SRC_URI[md5sum] = "72f1a460adb6874c151deab766e434ad"
SRC_URI[sha256sum] = "e8c93dfcb24aeb44a75281ed73757cb862cc63b225d565db1c270af9dbb7300f"

EXTRA_OEMAKE = "'DESTDIR=${D}' 'PREFIX=${prefix}' BINDIR='${bindir}'"

do_compile () {
	oe_runmake
}

do_install () {
	oe_runmake install
}

BBCLASSEXTEND = "native nativesdk"