0.5.4-2 Integrated BeautifulSoup library to code
[feedingit] / Makefile
1 # This Makefile is only used when building Debian packages
2
3 DESTDIR=/
4
5 all:
6
7 install:
8         install -d ${DESTDIR}/usr/bin
9         install src/FeedingIt ${DESTDIR}/usr/bin
10         install -d ${DESTDIR}/opt/FeedingIt
11         install src/FeedingIt.py ${DESTDIR}/opt/FeedingIt
12         install src/feedparser.py ${DESTDIR}/opt/FeedingIt
13         install src/portrait.py ${DESTDIR}/opt/FeedingIt
14         install src/rss.py ${DESTDIR}/opt/FeedingIt
15         install src/opml.py ${DESTDIR}/opt/FeedingIt
16         install src/config.py ${DESTDIR}/opt/FeedingIt
17         install src/BeautifulSoup.py ${DESTDIR}/opt/FeedingIt
18         install src/feedingitdbus.py ${DESTDIR}/opt/FeedingIt
19         install -d ${DESTDIR}/usr/share/applications/hildon
20         install src/FeedingIt.desktop ${DESTDIR}/usr/share/applications/hildon
21         install -d ${DESTDIR}/usr/share/icons/hicolor/40x40/apps/
22         install data/40px.png ${DESTDIR}/usr/share/icons/hicolor/40x40/apps/feedingit.png
23         install -d ${DESTDIR}/usr/share/icons/hicolor/26x26/apps/
24         install data/26px.png ${DESTDIR}/usr/share/icons/hicolor/26x26/apps/feedingit.png
25         install -d ${DESTDIR}/usr/share/icons/hicolor/64x64/apps/
26         install data/64px.png ${DESTDIR}/usr/share/icons/hicolor/64x64/apps/feedingit.png
27         install -d ${DESTDIR}/usr/share/dbus-1/services/
28         install src/feedingit.service ${DESTDIR}/usr/share/dbus-1/services/
29         install -d ${DESTDIR}/etc/osso-backup/applications/
30         install src/feedingit.conf ${DESTDIR}/etc/osso-backup/applications/
31         
32 clean:
33         rm src/*pyo
34         
35 sourcepkg:
36         dpkg-buildpackage -rfakeroot -sa -S -i -I.git