libkeybinder3: install license
This commit is contained in:
parent
b3553ff2d1
commit
720dd2b33c
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libkeybinder3'
|
||||
pkgname=libkeybinder3
|
||||
version=0.3.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection)"
|
||||
hostmakedepends="gnome-common gtk-doc libtool pkg-config $(vopt_if gir gobject-introspection)"
|
||||
|
@ -23,6 +23,10 @@ pre_configure() {
|
|||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libkeybinder3-devel_package() {
|
||||
short_desc+=" - developement files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue