diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..e02fc44 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,7 @@ +libc.so.6 +libcups.so.2 +libglade-2.0.so.0 +libglib-2.0.so.0 +libgmodule-2.0.so.0 +libgobject-2.0.so.0 +libgtk-x11-2.0.so.0 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..0a3a240 --- /dev/null +++ b/package.yml @@ -0,0 +1,38 @@ +name : canon-ufriilt-common +version : '3.50' +release : 1 +source : + - http://gdlp01.c-wss.com/gds/1/0100005951/05/Linux_UFRIILT_PrinterDriver_V130_us-EN.tar.gz : db42dc99e0fe5da9e15a7a75a82b76672096b95ed6b9c3693914f8d9278d03d4 +license : + - GPL-2.0 + - MIT +component : desktop.library +summary : Canon UFRII LT Printer Driver for Linux +description: | + Canon UFRII LT Printer Driver for Linux +builddeps : + - pkgconfig(libglade-2.0) + - cups-devel +setup : | + cd Sources + tar xvf cndrvcups-common-3.50-1.tar.gz + pushd cndrvcups-common-3.50 + for dir in cngplp buftool backend; do + pushd $dir + %autogen + popd + done +build : | + cd Sources/cndrvcups-common-3.50 + for dir in cngplp buftool backend; do + pushd $dir + %make -j1 + popd + done +install : | + cd Sources/cndrvcups-common-3.50 + for dir in cngplp buftool backend; do + pushd $dir + %make_install -j1 + popd + done diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..83911a6 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,53 @@ + + + canon-ufriilt-common + + Bryan T. Meyers + bmeyers@datadrake.com + + GPL-2.0 + MIT + desktop.library + Canon UFRII LT Printer Driver for Linux + Canon UFRII LT Printer Driver for Linux + + https://solus-project.com/sources/README.Solus + + + canon-ufriilt-common + Canon UFRII LT Printer Driver for Linux + Canon UFRII LT Printer Driver for Linux + + desktop.library + + /etc/cngplp/account + /usr/bin + /usr/lib64/cups/backend/cnusb + /usr/share/cngplp/cngplp.glade + /usr/share/locale + + + + canon-ufriilt-common-devel + Development files for canon-ufriilt-common + Canon UFRII LT Printer Driver for Linux + + programming.devel + + canon-ufriilt-common + + + /usr/include/ + /usr/lib64/lib*.a + + + + + 2016-12-26 + 3.50 + Packaging update + Bryan T. Meyers + bmeyers@datadrake.com + + + \ No newline at end of file