diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-04-11 01:10:12 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-04-11 01:10:12 +0200 |
commit | 9cb8e323bf8e78d165dc73678a49c16561a793bf (patch) | |
tree | 3f8f610bb4be21d8c806ca2604c76f6edae4cf25 /ubuntu/maverick/applications/kplayer/debian/rules | |
parent | 207a5a89ef5e86b856727674df2662e57d7ad87a (diff) | |
download | tde-packaging-9cb8e323bf8e78d165dc73678a49c16561a793bf.tar.gz tde-packaging-9cb8e323bf8e78d165dc73678a49c16561a793bf.zip |
Add kplayer packaging files for Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick/applications/kplayer/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/kplayer/debian/rules | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kplayer/debian/rules b/ubuntu/maverick/applications/kplayer/debian/rules new file mode 100755 index 000000000..c9d7823f9 --- /dev/null +++ b/ubuntu/maverick/applications/kplayer/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include debian/cdbs/debian-qt-kde.mk +#include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/rules/utils.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) |