New package: oblibs-0.0.1.1
This commit is contained in:
parent
96a77506e3
commit
44389b2f1e
3 changed files with 30 additions and 0 deletions
|
@ -3443,3 +3443,4 @@ libvpd-2.2.so.2 libvpd-2.2.6_1
|
|||
libvpd_cxx-2.2.so.2 libvpd-2.2.6_1
|
||||
liblcf.so.0 liblcf-0.6.0_1
|
||||
libWildMidi.so.2 WildMidi-0.4.3_1
|
||||
liboblibs.so.0.0 oblibs-0.0.1.1_1
|
||||
|
|
1
srcpkgs/oblibs-devel
Symbolic link
1
srcpkgs/oblibs-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
oblibs
|
28
srcpkgs/oblibs/template
Normal file
28
srcpkgs/oblibs/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'oblibs'
|
||||
pkgname=oblibs
|
||||
version=0.0.1.1
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --libdir=/usr/lib"
|
||||
makedepends="skalibs-devel"
|
||||
short_desc="Obarun library"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
license="ISC"
|
||||
homepage="https://framagit.org/Obarun/oblibs"
|
||||
distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
|
||||
checksum=fbb0eaf9223805124f76c086a2d1a444649d077ef86bc05762776b8c0cfad1b3
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
oblibs-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/include/oblibs
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue