# vim: syn=sh: #Packager: JRD pkgname=linux-live pkgver=6.3.0 pkgrel=4cp arch=noarch source=(ftp://ftp.slax.org/Linux-Live/$pkgname-$pkgver.tar.gz liblinuxlive.patch scripts.patch) sourcetemplate=http://enialis.net/~jrd/salix/$pkgname/$pkgver-\$arch-$pkgrel/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.linux-live.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (tools for manipulating a LiveCD using squashfs)" "Linux Live is a set of shell scripts which allows you to create your" "own squashfs+lzma live modules." "There are also some scripts to activate or deactivate a live module" "in the live environment directly." "This liblinuxlive library is patched against the corresponding one" "for Salix Live 13.1 - kernel 2.6.33.4" ) build() { cd $startdir/src/$pkgname-$pkgver mkdir -p $startdir/pkg/usr/{bin,lib} cd tools patch < $startdir/src/liblinuxlive.patch patch < $startdir/src/scripts.patch rm mksquashfs unsquashfs cp * $startdir/pkg/usr/bin mv $startdir/pkg/usr/bin/liblinuxlive $startdir/pkg/usr/lib/ }