summaryrefslogtreecommitdiff
path: root/lxc/Pkgfile
blob: 82c224a064cf5b65dbb60d8f6dcfdbb114bd4252 (plain)
    1 # Description: container namespace cgroup virtualisation for linux guests
    2 # URL:         http://lxc.sf.net
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 
    5 name=lxc
    6 version=0.9.0
    7 release=1
    8 source=(http://lxc.sourceforge.net/download/lxc/lxc-$version.tar.gz
    9         man-pages.tar.xz)
   10 
   11 build() {
   12 	cd $name-$version
   13   ./configure --prefix=/usr \
   14               --mandir=/usr/man \
   15               --libexecdir=/usr/lib
   16 
   17   make
   18   make DESTDIR=$PKG install
   19   
   20   mv $SRC/man* $PKG/usr/man
   21   rm $PKG/usr/lib/lxc/rootfs/README
   22 }

Generated by cgit