opensc/debian/rules

changeset 4
b696a44762ea
equal deleted inserted replaced
-1:000000000000 0:c61e66e3ea4f
1 #!/usr/bin/make -f
2
3 %:
4 dh --with-autoreconf $@
5
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
12
13 override_dh_auto_install:
14 dh_auto_install --destdir=debian/tmp
15
16 override_dh_installdocs:
17 dh_installdocs -A README NEWS

mercurial