gdk-pixbuf-csource-native (2.12.11): Switch to FILESPATHPKG
[openembedded.git] / recipes / beep / beep_1.2.2.bb
blob79a52c02ebb3f22c4c32e53c49311847c22a7ce7
1 # beep: a console utility to "and allow a little more granularity
2 # than you get with the default terminal bell"
3 DESCRIPTION = "A console utility to make a beep noise"
4 SECTION = "console/utils"
5 LICENSE = "GPL"
6 PR = "r3"
8 SRC_URI = "http://johnath.com/beep/beep-${PV}.tar.gz"
9 SRC_URI += "file://linux-input.patch"
11 S = "${WORKDIR}/beep-${PV}"
13 EXTRA_OEMAKE += 'CC="${CC}"'
14 EXTRA_OEMAKE += 'FLAGS="${CFLAGS} ${LDFLAGS}"'
16 # slugos requires beep in boot
17 BINDIR = "${bindir}"
18 BINDIR_slugos = "${base_bindir}"
20 do_install() {
21 # this is easier than patching the Makefile...
22 install -d "${D}${BINDIR}"
23 install -c -m 755 beep "${D}${BINDIR}/beep"
24 install -d "${D}${mandir}/man1"
25 install -c -m 644 beep.1.gz "${D}${mandir}/man1/beep.1.gz"
28 SRC_URI[md5sum] = "d541419fd7e5642952d7b48cbb40c712"
29 SRC_URI[sha256sum] = "5c0445dac43950b7c7c3f235c6fb21f620ab3fd2f3aafaf09896e5730fcf49a1"