/[sysadmin-cookbook]/recepies/zfs/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /recepies/zfs/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 43 - (hide annotations)
Sun May 3 14:13:01 2009 UTC (14 years, 11 months ago) by root
File size: 860 byte(s)
checkout source and build zfs-fuse debian package

1 root 43 # checkout source with
2    
3     all:
4     echo "make [checkout deb]"
5    
6     checkout:
7     hg clone http://www.wizy.org/mercurial/zfs-fuse/trunk zfs-fuse
8    
9     install: uninstall
10     cd src && scons install #install_dir=/usr/sbin/
11    
12     uninstall:
13     rm -vf /usr/local/sbin/zdb /usr/local/sbin/ztest /usr/local/sbin/zpool /usr/local/sbin/zfs /usr/local/sbin/zfs-fuse
14    
15     deb: uninstall zfs-fuse
16     echo "ZFS on FUSE/Linux" > zfs-fuse/description-pak
17     echo "install:" > zfs-fuse/Makefile
18     echo " cd src && scons install" >> zfs-fuse/Makefile
19     cd zfs-fuse && sudo checkinstall \
20     --pkgname zfs-fuse --pkgversion `hg log --limit 1 | cut -d: -f2 | head -1` \
21     --pkglicense CDDL --pkggroup contrib/non-free \
22     --pkgsource http://www.wizy.org/wiki/ZFS_on_FUSE --maintainer dpavlin@rot13.org \
23     --provides zfs --requires libfuse2,fuse-utils,libaio1 \
24     --exclude /rest/cvs/zfs-fuse/src/.sconsign.dblite \

  ViewVC Help
Powered by ViewVC 1.1.26