# SliTaz package receipt. PACKAGE="cssc" VERSION="1.3.0" CATEGORY="development" SHORT_DESC="GNU compatibly stupid source control : SCCS." MAINTAINER="pascal.bellard@slitaz.org" SOURCE="CSSC" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/cssc/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" DEPENDS="gcc-lib-base" TAGS="rcs sccs version-control versioning" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --libexecdir=/usr/lib/$PACKAGE \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib $fs/usr }