New package: sratom-0.2.0_1.
This commit is contained in:
parent
4ba734d083
commit
6ab2257582
4 changed files with 35 additions and 0 deletions
1
srcpkgs/sratom-devel
Symbolic link
1
srcpkgs/sratom-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
sratom
|
13
srcpkgs/sratom/sratom-devel.template
Normal file
13
srcpkgs/sratom/sratom-devel.template
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'sratom-devel'.
|
||||
#
|
||||
depends="glibc-devel serd-devel sord-devel lv2"
|
||||
short_desc="${short_desc} - Development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
3
srcpkgs/sratom/sratom.rshlibs
Normal file
3
srcpkgs/sratom/sratom.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
libserd-0.so.0
|
||||
libsord-0.so.0
|
||||
libc.so.6
|
18
srcpkgs/sratom/template
Normal file
18
srcpkgs/sratom/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'sratom'
|
||||
pkgname=sratom
|
||||
version=0.2.0
|
||||
build_style=waf
|
||||
homepage="http://drobilla.net/software/sratom/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
revision=1
|
||||
makedepends="pkg-config python lv2 serd-devel sord-devel"
|
||||
short_desc="Library for serialising LV2 atoms to/from RDF (Turtle syntax)."
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="ISC"
|
||||
checksum=2af86cdae1609f19207a2f21125e246b8969f2e7e690cb5aa3d5582b9907918b
|
||||
long_desc="
|
||||
Sratom is a library for serialising LV2 atoms to/from RDF, particularly the
|
||||
Turtle syntax."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
Loading…
Reference in a new issue