Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/usr/bin/make -f
  2.  
  3. DEB_CMAKE_EXTRA_FLAGS = -DSYSCONF_INSTALL_DIR="/etc"
  4.  
  5. DEB_TAR_SRCDIR := $(shell ls -1 libdigidoc-*.tar.bz2 | sed -e 's,\.tar.*,,g')
  6.  
  7. include /usr/share/cdbs/1/rules/tarball.mk
  8. include /usr/share/cdbs/1/rules/debhelper.mk
  9. include /usr/share/cdbs/1/class/cmake.mk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement