New package: gtkdatabox3-1.0.0
This commit is contained in:
parent
525f4fd385
commit
26a35531db
3 changed files with 28 additions and 0 deletions
|
@ -3916,6 +3916,7 @@ libsimavrparts.so.1 simavr-1.6_2
|
|||
libsword-1.8.1.so libsword-1.8.1_6
|
||||
libpari-gmp.so.7 pari-2.13.0_1
|
||||
libtree-sitter.so.0 tree-sitter-0.19.0_1
|
||||
libgtkdatabox.so.1 gtkdatabox3-1.0.0_1
|
||||
libwayland-client++.so.0 libwaylandpp-0.2.8_1
|
||||
libwayland-cursor++.so.0 libwaylandpp-0.2.8_1
|
||||
libwayland-egl++.so.0 libwaylandpp-0.2.8_1
|
||||
|
|
1
srcpkgs/gtkdatabox3-devel
Symbolic link
1
srcpkgs/gtkdatabox3-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
gtkdatabox3
|
26
srcpkgs/gtkdatabox3/template
Normal file
26
srcpkgs/gtkdatabox3/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'gtkdatabox3'
|
||||
pkgname=gtkdatabox3
|
||||
version=1.0.0
|
||||
revision=1
|
||||
wrksrc="gtkdatabox-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtk+3-devel"
|
||||
short_desc="GTK+-Widget for fast data display"
|
||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gtkdatabox3.sourceforge.io/"
|
||||
distfiles="${SOURCEFORGE_SITE}/gtkdatabox3/gtkdatabox-${version}.tar.gz"
|
||||
checksum=7add2cd8fb4209f3970dbd33f5238e25b43f6251e7534607bf926c7c6175e14b
|
||||
|
||||
gtkdatabox3-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue