Merge pull request #2403 from steski/libkeybinder
libkeybinder3: install license
This commit is contained in:
commit
6f48ea4c3b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libkeybinder3'
|
# Template file for 'libkeybinder3'
|
||||||
pkgname=libkeybinder3
|
pkgname=libkeybinder3
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
configure_args="$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="gnome-common gtk-doc libtool pkg-config $(vopt_if gir gobject-introspection)"
|
hostmakedepends="gnome-common gtk-doc libtool pkg-config $(vopt_if gir gobject-introspection)"
|
||||||
|
@ -23,6 +23,10 @@ pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
libkeybinder3-devel_package() {
|
libkeybinder3-devel_package() {
|
||||||
short_desc+=" - developement files"
|
short_desc+=" - developement files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue