opensc/debian/rules

Thu, 15 Mar 2012 21:52:52 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Mar 2012 21:52:52 +0100
changeset 4
b696a44762ea
permissions
-rwxr-xr-x

Import custom package specs to build for undistributed platforms.

     1 #!/usr/bin/make -f
     3 %:
     4 	dh --with-autoreconf $@
     6 override_dh_auto_configure:
     7 	dh_auto_configure -- --sysconfdir=/etc/opensc \
     8 		--enable-pcsc \
     9 		--enable-doc \
    10 		--with-pcsc-provider=/lib/libpcsclite.so.1 \
    11 		--htmldir=/usr/share/doc/opensc/html
    13 override_dh_auto_install:
    14 	dh_auto_install --destdir=debian/tmp
    16 override_dh_installdocs:
    17 	dh_installdocs -A README NEWS

mercurial