This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Bungloo/Linux/debian/rules
2013-04-17 11:52:27 +02:00

18 lines
482 B
Makefile
Executable file

#!/usr/bin/make -f
# -*- makefile -*-
DEB_PYTHON_SYSTEM := pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
install/bungloo::
mkdir -p debian/bungloo/usr/share/applications/
cp bungloo.desktop debian/bungloo/usr/share/applications/
mkdir -p debian/bungloo/usr/share/pixmaps/
cp bungloo/images/bungloo.xpm debian/bungloo/usr/share/pixmaps/
clean::
rm -rf build build-stamp configure-stamp build/ MANIFEST
dh_clean