diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,10 @@ +libX11.so.6 +libXext.so.6 +libXfixes.so.3 +libXrandr.so.2 +libc.so.6 +libgcc_s.so.1 +libjpeg.so.8 +libpng15.so.15 +libslopy.so +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,24 @@ +name : maim +version : 5.4.63 +release : 1 +source : + - https://github.com/naelstrof/maim/archive/v5.4.63.tar.gz : 00753b7146348b4c0f76fb4254b3557d344d94db953b395483f1a657ebf09459 +license : GPL-3.0 +component : system.utils +summary : maim (Make Image) is a screenshot tool for the command line. +description: | + maim (Make Image) is a screenshot tool for the command line. Developed as an improvement to scrot. +builddeps : + - pkgconfig(glm) + - pkgconfig(glu) + - pkgconfig(xcomposite) + - pkgconfig(xrandr) + - pkgconfig(libturbojpeg) + - pkgconfig(libpng) + - slop-devel +setup : | + %cmake . +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + maim + + Martin Fraga + mbfraga@gmail.com + + GPL-3.0 + system.utils + maim (Make Image) is a screenshot tool for the command line. + maim (Make Image) is a screenshot tool for the command line. Developed as an improvement to scrot. + + https://solus-project.com/sources/README.Solus + + + maim + maim (Make Image) is a screenshot tool for the command line. + maim (Make Image) is a screenshot tool for the command line. Developed as an improvement to scrot. + + system.utils + + /usr/bin + /usr/share/man + + + + + 2017-07-18 + 5.4.63 + Packaging update + Martin Fraga + mbfraga@gmail.com + + + \ No newline at end of file