
Originally Posted by
Dies
As far as the rules file, I think it was just calling make which was running my makefile. However, the file that you pointed out is part of a package that is really similar to what I'm trying to do, so I tried taking the packaging from that package and modifying it as little as possible for my package, but I got the same result:no binary file in the deb. Not only that, but the the package I was trying to copy worked perfectly fine in my pbuilder. I attached the new versions of everything to this post.
By the way, the command that needs to be run to compile it is
Code:
gcc -fPIC -shared librgba.c -o librgba.so `pkg-config --cflags --libs gtk+-2.0`
and to install it the file librgba.so needs to end up in
Code:
/usr/lib/gtk-2.0/modules/
Bookmarks