/[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

Contents of /recepies/zfs/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 241 - (show annotations)
Fri Feb 11 17:25:08 2011 UTC (13 years, 2 months ago) by dpavlin
File size: 1055 byte(s)
upstream is now git
1 # use newer zfs-fuse branch
2
3 #upstream=http://www.wizy.org/mercurial/zfs-fuse/trunk
4 #upstream=http://git.rudd-o.com/zfs/
5 upstream=http://git.zfs-fuse.net/official/
6
7 all:
8 echo "make [checkout deb clean]"
9
10 checkout:
11 git clone $(upstream) zfs-fuse
12
13 install: uninstall
14 cd zfs-fuse/src && scons install #install_dir=/usr/sbin/
15
16 uninstall:
17 rm -vf /usr/local/sbin/zdb /usr/local/sbin/ztest /usr/local/sbin/zpool /usr/local/sbin/zfs /usr/local/sbin/zfs-fuse
18
19 deb: uninstall
20 echo "ZFS on FUSE/Linux" > zfs-fuse/description-pak
21 echo "install:" > zfs-fuse/Makefile
22 echo " cd src && scons install" >> zfs-fuse/Makefile
23 cd zfs-fuse && sudo checkinstall \
24 --pkgname zfs-fuse --pkgversion `hg log --limit 1 | cut -d: -f2 | head -1` \
25 --pkglicense CDDL --pkggroup contrib/non-free \
26 --pkgsource $(upstream) --maintainer dpavlin@rot13.org \
27 --provides zfs --requires libfuse2,fuse-utils,libaio1 \
28 --exclude /rest/cvs/zfs-fuse/src/.sconsign.dblite \
29
30 depends:
31 sudo apt-get install checkinstall libfuse-dev fuse-utils libaio-dev
32
33 clean:
34 rm -Rf zfs-fuse/

  ViewVC Help
Powered by ViewVC 1.1.26