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"
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
18 BINDIR_slugos
= "${base_bindir}"
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"