# HG changeset patch # User Richard Dunbar # Date 1429244098 14400 # Node ID 9ea3604a958c0f45f944a1ec6e6ddb7cad4672bd # Parent 5872b697b7cc7571c95ef86d3c44d1501f60e0a2 Add numlockx diff -r 5872b697b7cc -r 9ea3604a958c numlockx/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/numlockx/receipt Fri Apr 17 00:14:58 2015 -0400 @@ -0,0 +1,26 @@ +#SliTaz package receipt. + +PACKAGE="numlockx" +VERSION="1.2" +CATEGORY="x-window" +SHORT_DESC="Turns on the numlock key in X11" +MAINTAINER="mojo@slitaz.org" +LICENSE="MIT" +WEB_SITE="http://freecode.com/projects/numlockx" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="http://pkgs.fedoraproject.org/repo/pkgs/$PACKAGE/$TARBALL/be9109370447eae23f6f3f8527bb1a67/$TARBALL" + +DEPENDS="xorg-libXtst" +BUILD_DEPENDS="" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS && make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}