DESCRIPTION = "Very high-quality data compression program." SECTION = "console/utils" PR = "r1" LICENSE = "bzip2" SRC_URI = "ftp://sources.redhat.com/pub/bzip2/v102/bzip2-${PV}.tar.gz \ file://installpaths.patch;patch=1" CFLAGS_append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=64" do_compile () { oe_runmake -f Makefile-libbz2_so ln -sf libbz2.so.1.0.2 libbz2.so.1.0 ln -sf libbz2.so.1.0.2 libbz2.so.1 ln -sf libbz2.so.1.0.2 libbz2.so oe_runmake libbz2.a bzip2 bzip2recover } do_stage () { install -m 0644 bzlib.h ${STAGING_INCDIR}/ oe_libinstall -a -so libbz2 ${STAGING_LIBDIR} } do_install () { oe_runmake 'DESTDIR=${D}' install oe_libinstall -a -so libbz2 ${D}${libdir} mv ${D}${bindir}/bunzip2 ${D}${bindir}/bunzip2.${PN} mv ${D}${bindir}/bzcat ${D}${bindir}/bzcat.${PN} } pkg_postinst_${PN} () { update-alternatives --install ${bindir}/bunzip2 bunzip2 bunzip2.${PN} 100 update-alternatives --install ${bindir}/bzcat bzcat bzcat.${PN} 100 } pkg_prerm_${PN} () { update-alternatives --remove bunzip2 bunzip2.${PN} update-alternatives --remove bzcat bzcat.${PN} } type='hidden' name='id' value='d76bf876d4ce8e845a8e03a48b72a4ad4761359f'/> Unnamed repository; edit this file 'description' to name the repository.Trygve Laugstøl
aboutsummaryrefslogtreecommitdiff
path: root/apps/CMakeLists.txt
blob: 5510cb32386b23e51b31c180e0bf987b2a321a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50