mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-25 01:56:43 +07:00
13 lines
210 B
Makefile
13 lines
210 B
Makefile
#!/usr/bin/make -f
|
|
|
|
PACKAGE = libcedrus
|
|
|
|
#override_dh_auto_build:
|
|
# dh_auto_build -- USE_UMP=1
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install -- prefix=/usr libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
|
|
|
|
%:
|
|
dh $@
|