okteta: added devel subpackage

This commit is contained in:
norvegh 2015-05-21 18:26:50 +02:00
parent 7b0b712d1f
commit 2e50fd9627
2 changed files with 10 additions and 0 deletions

1
srcpkgs/okteta-devel Symbolic link
View File

@ -0,0 +1 @@
okteta/

View File

@ -12,3 +12,12 @@ build_style=cmake
configure_args="-Wno-dev -DKDE4_BUILD_TESTS=OFF -DSYSCONF_INSTALL_DIR=/etc"
hostmakedepends="cmake automoc4"
makedepends="kdelibs-devel qt-devel phonon-devel"
okteta-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc="Hexadecimal editor for binary files - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
}
}