# SliTaz package receipt. PACKAGE="adie" VERSION="1.6.57" CATEGORY="x-window" SHORT_DESC="Advanced text editor using the Fox Toolkit." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2.1" WANTED="fox" WEB_SITE="http://www.fox-toolkit.org/" TAGS="text-editor" HOST_ARCH="i486 arm" DEPENDS="fox" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $install/usr/bin/$PACKAGE $fs/usr/bin copy_generic_files }