libevdevPlus: update to 0.1.1.
This commit is contained in:
parent
c15ed37587
commit
7846bc5584
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'libevdevPlus'
|
# Template file for 'libevdevPlus'
|
||||||
pkgname=libevdevPlus
|
pkgname=libevdevPlus
|
||||||
version=0.1.0
|
version=0.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="Easy-to-use event device library in C++"
|
short_desc="Easy-to-use event device library in C++"
|
||||||
@ -8,7 +8,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
|
|||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/YukiWorkshop/libevdevPlus"
|
homepage="https://github.com/YukiWorkshop/libevdevPlus"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=2fd229c4321db62c419f9f254baf3d27d9d374ceeb3a795ea4b023f4c3baf908
|
checksum=c941b6b45f784c1e6c6f316f59256fabd604ac392db405cf7fd99de2686aaab0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
@ -21,5 +21,6 @@ libevdevPlus-devel_package() {
|
|||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove usr/lib/*.a
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user