# SliTaz package receipt. PACKAGE="protobuf" VERSION="2.4.1" CATEGORY="network" SHORT_DESC="Encode structured data in an efficient yet extensible format." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://code.google.com/p/protobuf/" WGET_URL="http://protobuf.googlecode.com/files/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib }