SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "lorcon-old"

# SliTaz package receipt.

PACKAGE="lorcon-old"
VERSION="224"
CATEGORY="network"
SHORT_DESC="Loss Of Radio CONnectivity: A generic library for injecting 802.11 frames, capable of injection via multiple driver frameworks, without forcing modification of the application code."
MAINTAINER="slaxemulator@gmail.com"
LICENSE="GPL2"
WEB_SITE="http://802.11ninja.net"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="subversion|http://802.11ninja.net/svn/lorcon/branch/lorcon-old/"

DEPENDS=""
BUILD_DEPENDS="subversion"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/grayburn/lorcon-old/commits/master 2>/dev/null | \
    sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
}

# Rules to configure and make the package.
compile_rules()
{
    touch -d 197001010000 .depend
    ./configure $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/lib/*.so* $fs/usr/lib
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)