core/larch-live/PKGBUILD

19 lines
450 B
Bash
Raw Normal View History

2010-05-22 06:07:29 +08:00
# Maintainer: Michael Towers (larch42 at googlemail dot com)
2010-11-15 09:45:06 +08:00
# 2010.10.24
2010-05-22 06:07:29 +08:00
pkgname=larch-live
2010-11-15 09:45:06 +08:00
pkgver=8.2.0
pkgrel=1
2010-05-22 06:07:29 +08:00
2010-11-15 09:45:06 +08:00
pkgdesc="larch: (partly compulsory) components for the live system"
2010-05-22 06:07:29 +08:00
url="http://larch.berlios.de"
2010-11-15 09:45:06 +08:00
depends=(aufs2-util squashfs-tools syslinux)
2010-05-22 06:07:29 +08:00
arch=(any)
license=("GPL")
build() {
2010-11-15 09:45:06 +08:00
mkdir -p ${pkgdir}/usr/sbin
2010-05-22 06:07:29 +08:00
cp -d ${startdir}/run/* ${startdir}/pkg/usr/sbin
2010-11-15 09:45:06 +08:00
cp -dr ${startdir}/etc ${pkgdir}
cp -dr ${startdir}/lib ${pkgdir}
2010-05-22 06:07:29 +08:00
}