New package: bamf-0.5.1
This commit is contained in:
parent
259a91f172
commit
42d2bd9e5f
|
@ -473,6 +473,7 @@ libblktapctl.so.1.0 xen-libs-4.2.2_2
|
|||
libblktap.so.3.0 xen-libs-4.2.2_2
|
||||
libfsimage.so.1.0 xen-libs-4.2.2_2
|
||||
libbabl-0.1.so.0 babl-0.1.10_1
|
||||
libbamf3.so.2 bamf-0.5.1_1
|
||||
libgegl-0.2.so.0 gegl-0.2.0_1
|
||||
libiculx.so.54 icu-libs-54.1_1
|
||||
libicule.so.54 icu-libs-54.1_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
bamf
|
|
@ -0,0 +1,33 @@
|
|||
# Template file for 'bamf'
|
||||
pkgname=bamf
|
||||
version=0.5.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="gtk-doc pkg-config python-lxml libxslt-python libxml2-python
|
||||
$(vopt_if gir 'gobject-introspection vala-devel')"
|
||||
makedepends="glib-devel libgtop-devel libwnck-devel"
|
||||
short_desc="Application matching framework"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="LGPL-3"
|
||||
homepage="https://launchpad.net/bamf"
|
||||
distfiles="https://launchpad.net/bamf/${version%.*}/$version/+download/$pkgname-$version.tar.gz"
|
||||
checksum=fb65e6d0d7330f06626e43b0f3828bdeb5678d69133396e770a8781b9988fd16
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default+="gir"
|
||||
fi
|
||||
|
||||
bamf-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="bamf"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gtk-doc
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
fi
|
||||
vmove usr/share/vala
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue