Fix package build
[profile/tv/meta-tv.git] / Makefile
1 # ex: set tabstop=4 noexpandtab: 
2 VERSION = $(shell cat VERSION)
3 NAME=meta-tv
4 TAGVER = $(shell cat VERSION | sed -e "s/\([0-9\.]*\).*/\1/")
5 DESTDIR=
6 ARCH=i586
7
8 ifeq ($(VERSION), $(TAGVER))
9         TAG = $(TAGVER)
10 else
11         TAG = "HEAD"
12 endif
13
14 all:
15
16 install:
17         install -d ${DESTDIR}/usr/share/image-configurations/tv/configs
18         install -d ${DESTDIR}/usr/share/image-configurations/tv/custom
19         install -d ${DESTDIR}/usr/share/image-configurations/tv/scripts
20         install -d ${DESTDIR}/usr/share/image-configurations/tv/partitions
21         install -d ${DESTDIR}/usr/share/package-groups/tv
22         install -m 644 tv-targets.yaml ${DESTDIR}/usr/share/image-configurations/tv
23         install -m 644 tv-repos.yaml ${DESTDIR}/usr/share/image-configurations/tv
24         install -m 644 ks/*.yaml ${DESTDIR}/usr/share/image-configurations/tv/configs
25         install -D partitions/* ${DESTDIR}/usr/share/image-configurations/tv/partitions
26         install -D scripts/* ${DESTDIR}/usr/share/image-configurations/tv/scripts
27         install -m 644 patterns/*.yaml ${DESTDIR}/usr/share/package-groups/tv
28
29 test:
30         merge-patterns -o output/ -p patterns -s
31         kickstarter -c tv-targets.yaml -e ks -r tv-repos.yaml
32
33 tag:
34         git tag -a $(VERSION) -m "$(VERSION)"
35         git push --tags
36
37 changelog:
38         python ./scripts/gitlog2changelog.py
39
40
41 dist-bz2:
42         git archive --format=tar --prefix=$(NAME)-$(VERSION)/ $(TAG) | \
43                 bzip2  > $(NAME)-$(VERSION).tar.bz2
44
45 dist-gz:
46         git archive --format=tar --prefix=$(NAME)-$(VERSION)/ $(TAG) | \
47                 gzip  > $(NAME)-$(VERSION).tar.gz
48
49 dist: dist-bz2
50
51 clean:
52         rm -rf patterns.xml INDEX.xml group.xml *.xml