SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libnl1"

# SliTaz package receipt.

PACKAGE="libnl1"
VERSION="1.1.4"
SOURCE="libnl"
CATEGORY="network"
SHORT_DESC="netlink library."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="LGPL2.1"
TARBALL="$SOURCE-$VERSION.tar.gz"
WEB_SITE="http://www.infradead.org/~tgr/libnl/"
WGET_URL="$WEB_SITE/files/$TARBALL"

BUILD_DEPENDS="flex"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*} 2>/dev/null | \
    sed "/$SOURCE-[0-9]/!d;/-rc/d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure && make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/lib $fs/usr
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)