1NAME = xattr
2VERSION = 0.5
3
4SETUPARGS = --install-scripts=/usr/bin
5
6include ../Makefile.inc
7
8custompatching:
9	cp -f rtool.py $(DIR)/Lib/xattr/tool.py
10	pwd=`pwd` && cd $(DIR) && patch -p0 -i $$pwd/KeyError.diff
11
12postinstall:
13	cp -f $(DIR)/LICENSE.txt $(OSL)/$(NAME)-$(VERSION).txt
14	cp -f $(NAME).partial $(OSV)/$(NAME)-$(VERSION).partial
15