summaryrefslogtreecommitdiff
path: root/squashfs-tools/Pkgfile
blob: e6efd1d0efef31e5f23e009c7d43e8d0aecc7e05 (plain)
    1 # Description: Tools to create and extract SquashFS filesystems
    2 # URL: https://github.com/plougher/squashfs-tools
    3 # Maintainer: Matt Housh, jaeger at crux dot ninja
    4 # Depends on: gzip lzo xz
    5 
    6 name=squashfs-tools
    7 version=4.5
    8 release=1
    9 source=(https://github.com/plougher/$name/archive/$version/$name-$version.tar.gz\
   10 	destdir.patch)
   11 
   12 build() {
   13 	cd $name-$version/$name
   14 	patch -p2 -i $SRC/destdir.patch
   15 	make GZIP_SUPPORT=1 LZO_SUPPORT=1 XZ_SUPPORT=1 EXTRA_CFLAGS="-fcommon"
   16 	make install INSTALL_DIR=/sbin DESTDIR=$PKG
   17 }

Generated by cgit