diff options
Diffstat (limited to 'meta/recipes-devtools/cdrtools/cdrtools-native_3.00.bb')
| -rw-r--r-- | meta/recipes-devtools/cdrtools/cdrtools-native_3.00.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.00.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.00.bb new file mode 100644 index 0000000000..7e4c381f98 --- /dev/null +++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.00.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | # cdrtools-native OE build file | ||
| 2 | # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved | ||
| 3 | # Released under the MIT license (see packages/COPYING) | ||
| 4 | SUMMARY = "A set of tools for CD recording, including cdrecord" | ||
| 5 | DESCRIPTION = "A set of tools for CD recording, including cdrecord" | ||
| 6 | HOMEPAGE = "http://cdrecord.berlios.de/private/cdrecord.html" | ||
| 7 | SECTION = "console/utils" | ||
| 8 | LICENSE = "GPLv2" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=8d16123ffd39e649a5e4a6bc1de60e6d" | ||
| 10 | PR = "r0" | ||
| 11 | |||
| 12 | SRC_URI = "ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \ | ||
| 13 | file://no_usr_src.patch" | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "f9fbab08fbd458b0d2312976d8c5f558" | ||
| 16 | SRC_URI[sha256sum] = "7f9cb64820055573b880f77b2f16662a512518336ba95ab49228a1617973423d" | ||
| 17 | |||
| 18 | inherit native | ||
| 19 | |||
| 20 | STAGE_TEMP = "${WORKDIR}/image-temp" | ||
| 21 | |||
| 22 | FILESPATH = "${FILE_DIRNAME}/cdrtools-native/" | ||
| 23 | |||
| 24 | do_install() { | ||
| 25 | install -d ${STAGE_TEMP} | ||
| 26 | make install INS_BASE=${STAGE_TEMP} | ||
| 27 | |||
| 28 | install -d ${D}${bindir}/ | ||
| 29 | install ${STAGE_TEMP}/bin/* ${D}${bindir}/ | ||
| 30 | } | ||
