# SliTaz package receipt. PACKAGE="libgtkimageview-dev" VERSION="1.6.4" CATEGORY="development" SHORT_DESC="Simple image viewer widget for GTK devel files." SOURCE="gtkimageview" MAINTAINER="gokhlayeh@slitaz.org" LICENSE="LGPL2.1" WANTED="libgtkimageview" WEB_SITE="https://web.archive.org/web/20130517010338/http://trac.bjourne.webfactional.com/" DEPENDS="pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/include $fs/usr cp -a $install/usr/lib $fs/usr # Remove libraries files cd $fs/usr/lib rm -r *.so* }