mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
librds: Initial commit, version 0.0.1
This commit is contained in:
15
meta/packages/librds/librds_0.0.1.bb
Normal file
15
meta/packages/librds/librds_0.0.1.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
DESCRIPTION = "A software library for accessing RDS data"
|
||||
HOMEPAGE = "http://rdsd.berlios.de/"
|
||||
SECTION = "libs"
|
||||
PROVIDES = "librds"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://download.berlios.de/rdsd/librds-${PV}.tar.gz"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
Reference in New Issue
Block a user