# SliTaz package receipt. PACKAGE="libhangul-dev" VERSION="0.1.0" CATEGORY="development" SHORT_DESC="devel files for libhangul" MAINTAINER="allan316@gmail.com" LICENSE="LGPL2.1" WEB_SITE="https://github.com/libhangul/libhangul" WANTED="libhangul" DEPENDS="libhangul pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.a $fs/usr/lib cp -a $install/usr/lib/*.la $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/include $fs/usr }