tar -xf girara-0.1.3.tar.gz # See LICENSE file for license and copyright information GIRARA_VERSION_MAJOR = 0 GIRARA_VERSION_MINOR = 1 GIRARA_VERSION_REV = 3 VERSION = ${GIRARA_VERSION_MAJOR}.${GIRARA_VERSION_MINOR}.${GIRARA_VERSION_REV} # Rules for the SOMAJOR and SOMINOR. # Before a release check perform the following checks against the last release: # * If a function has been removed or the paramaters of a function have changed # bump SOMAJOR and set SOMINOR to 0. # * If any of the exported datastructures have changed in a incompatible way # bump SOMAJOR and set SOMINOR to 0. # * If a function has been added bump SOMINOR. SOMAJOR = 1 SOMINOR = 0 SOVERSION = ${SOMAJOR}.${SOMINOR} # paths PREFIX ?= /usr LIBDIR ?= ${PREFIX}/lib INCLUDEDIR ?= ${PREFIX}/include # locale directory LOCALEDIR ?= ${PREFIX}/share/locale GIRARA_GTK_VERSION ?= 2 # libs GTK_INC ?= $(shell pkg-config --cflags gtk+-${GIRARA_GTK_VERSION}.0) GTK_LIB ?= $(shell pkg-config --libs gtk+-${GIRARA_GTK_VERSION}.0) INCS = ${GTK_INC} LIBS = ${GTK_LIB} -lm # flags CFLAGS += -std=c99 -pedantic -Wall -Wextra $SLKCFLAGS $(INCS) # linker flags LDFLAGS += $SLKCFLAGS # debug DFLAGS = -O0 -g # compiler CC ?= gcc # strip SFLAGS ?= -s # set to something != 0 if you want verbose build output VERBOSE ?= 0 # gettext package name GETTEXT_PACKAGE ?= lib${PROJECT}-${SOMAJOR} # msgfmt MSGFMT ?= msgfmt girara-gtk2 build options: CFLAGS = -O2 -march=armv5te -std=c99 -pedantic -Wall -Wextra -fPIC -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 LDFLAGS = -fPIC DFLAGS = -O0 -g CC = distcc gcc CC settings.c CC session.c CC shortcuts.c CC datastructures.c CC callbacks.c CC config.c CC tabs.c CC statusbar.c CC commands.c CC completion.c CC utils.c AR rcs libgirara-gtk2.a LD libgirara-gtk2.so.1.0 make[1]: Entering directory `/builds/salix/arm/14.0/original/l/girara/src/girara-0.1.3/po' msgfmt de msgfmt tr msgfmt es msgfmt pl msgfmt fr msgfmt it msgfmt eo make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/girara/src/girara-0.1.3/po' girara-gtk2 build options: CFLAGS = -O2 -march=armv5te -std=c99 -pedantic -Wall -Wextra -fPIC -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 LDFLAGS = -fPIC DFLAGS = -O0 -g CC = distcc gcc make[1]: Entering directory `/builds/salix/arm/14.0/original/l/girara/src/girara-0.1.3/po' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/girara/src/girara-0.1.3/po' installing pkgconfig file installing header files installing library file make[1]: Entering directory `/builds/salix/arm/14.0/original/l/girara/src/girara-0.1.3/po' installing translations make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/girara/src/girara-0.1.3/po' /builds/salix/arm/14.0/original/l/girara/pkg: total 8 drwxr-xr-x 2 root root 4096 Dec 27 14:40 install drwxr-xr-x 7 root root 4096 Dec 27 14:40 usr /builds/salix/arm/14.0/original/l/girara/pkg/install: total 4 -rw-r--r-- 1 root root 653 Dec 27 14:40 slack-desc /builds/salix/arm/14.0/original/l/girara/pkg/usr: total 20 drwxr-xr-x 3 root root 4096 Dec 27 14:40 doc drwxr-xr-x 3 root root 4096 Dec 27 14:40 include drwxr-xr-x 3 root root 4096 Dec 27 14:40 lib drwxr-xr-x 3 root root 4096 Dec 27 14:40 share drwxr-xr-x 3 root root 4096 Dec 27 14:39 src /builds/salix/arm/14.0/original/l/girara/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Dec 27 14:40 girara-0.1.3 /builds/salix/arm/14.0/original/l/girara/pkg/usr/doc/girara-0.1.3: total 8 -rw-r--r-- 1 root root 863 Dec 27 14:40 LICENSE -rw-r--r-- 1 root root 1159 Dec 27 14:40 README /builds/salix/arm/14.0/original/l/girara/pkg/usr/include: total 4 drwxr-xr-x 2 root root 4096 Dec 27 14:40 girara /builds/salix/arm/14.0/original/l/girara/pkg/usr/include/girara: total 188 -rw-r--r-- 1 root root 3840 Dec 27 14:40 callbacks.h -rw-r--r-- 1 root root 1332 Dec 27 14:40 commands.h -rw-r--r-- 1 root root 1363 Dec 27 14:40 completion.h -rw-r--r-- 1 root root 683 Dec 27 14:40 config.h -rw-r--r-- 1 root root 8131 Dec 27 14:40 datastructures.h -rw-r--r-- 1 root root 367 Dec 27 14:40 girara.h -rw-r--r-- 1 root root 99767 Dec 27 14:40 gtk2-compat.h -rw-r--r-- 1 root root 949 Dec 27 14:40 macros.h -rw-r--r-- 1 root root 8902 Dec 27 14:40 session.h -rw-r--r-- 1 root root 2820 Dec 27 14:40 settings.h -rw-r--r-- 1 root root 9039 Dec 27 14:40 shortcuts.h -rw-r--r-- 1 root root 2042 Dec 27 14:40 statusbar.h -rw-r--r-- 1 root root 3086 Dec 27 14:40 tabs.h -rw-r--r-- 1 root root 6858 Dec 27 14:40 types.h -rw-r--r-- 1 root root 4191 Dec 27 14:40 utils.h -rw-r--r-- 1 root root 243 Dec 27 14:40 version.h /builds/salix/arm/14.0/original/l/girara/pkg/usr/lib: total 80 lrwxrwxrwx 1 root root 21 Dec 27 14:40 libgirara-gtk2.so -> libgirara-gtk2.so.1.0 lrwxrwxrwx 1 root root 21 Dec 27 14:40 libgirara-gtk2.so.1 -> libgirara-gtk2.so.1.0 -rwxr-xr-x 1 root root 77068 Dec 27 14:40 libgirara-gtk2.so.1.0 drwxr-xr-x 2 root root 4096 Dec 27 14:40 pkgconfig /builds/salix/arm/14.0/original/l/girara/pkg/usr/lib/pkgconfig: total 4 -rw-r--r-- 1 root root 339 Dec 27 14:40 girara-gtk2.pc /builds/salix/arm/14.0/original/l/girara/pkg/usr/share: total 4 drwxr-xr-x 9 root root 4096 Dec 27 14:40 locale /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale: total 28 drwxr-xr-x 3 root root 4096 Dec 27 14:40 de drwxr-xr-x 3 root root 4096 Dec 27 14:40 eo drwxr-xr-x 3 root root 4096 Dec 27 14:40 es drwxr-xr-x 3 root root 4096 Dec 27 14:40 fr drwxr-xr-x 3 root root 4096 Dec 27 14:40 it drwxr-xr-x 3 root root 4096 Dec 27 14:40 pl drwxr-xr-x 3 root root 4096 Dec 27 14:40 tr /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/de: total 4 drwxr-xr-x 2 root root 4096 Dec 27 14:40 LC_MESSAGES /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/de/LC_MESSAGES: total 8 -rw-r--r-- 1 root root 4651 Dec 27 14:40 libgirara-gtk2-1.mo /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/eo: total 4 drwxr-xr-x 2 root root 4096 Dec 27 14:40 LC_MESSAGES /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/eo/LC_MESSAGES: total 8 -rw-r--r-- 1 root root 4259 Dec 27 14:40 libgirara-gtk2-1.mo /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/es: total 4 drwxr-xr-x 2 root root 4096 Dec 27 14:40 LC_MESSAGES /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/es/LC_MESSAGES: total 8 -rw-r--r-- 1 root root 4557 Dec 27 14:40 libgirara-gtk2-1.mo /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/fr: total 4 drwxr-xr-x 2 root root 4096 Dec 27 14:40 LC_MESSAGES /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/fr/LC_MESSAGES: total 8 -rw-r--r-- 1 root root 4669 Dec 27 14:40 libgirara-gtk2-1.mo /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/it: total 4 drwxr-xr-x 2 root root 4096 Dec 27 14:40 LC_MESSAGES /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/it/LC_MESSAGES: total 8 -rw-r--r-- 1 root root 4576 Dec 27 14:40 libgirara-gtk2-1.mo /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/pl: total 4 drwxr-xr-x 2 root root 4096 Dec 27 14:40 LC_MESSAGES /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/pl/LC_MESSAGES: total 8 -rw-r--r-- 1 root root 4536 Dec 27 14:40 libgirara-gtk2-1.mo /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/tr: total 4 drwxr-xr-x 2 root root 4096 Dec 27 14:40 LC_MESSAGES /builds/salix/arm/14.0/original/l/girara/pkg/usr/share/locale/tr/LC_MESSAGES: total 8 -rw-r--r-- 1 root root 4553 Dec 27 14:40 libgirara-gtk2-1.mo /builds/salix/arm/14.0/original/l/girara/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Dec 27 14:40 girara-0.1.3 /builds/salix/arm/14.0/original/l/girara/pkg/usr/src/girara-0.1.3: total 4 -rw-r--r-- 1 root root 1371 Dec 27 14:40 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: usr/lib/libgirara-gtk2.so.1 -> libgirara-gtk2.so.1.0 usr/lib/libgirara-gtk2.so -> libgirara-gtk2.so.1.0 Making symbolic link creation script: ( cd usr/lib ; rm -rf libgirara-gtk2.so.1 ) ( cd usr/lib ; ln -sf libgirara-gtk2.so.1.0 libgirara-gtk2.so.1 ) ( cd usr/lib ; rm -rf libgirara-gtk2.so ) ( cd usr/lib ; ln -sf libgirara-gtk2.so.1.0 libgirara-gtk2.so ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/lib/libgirara-gtk2.so.1' removed './usr/lib/libgirara-gtk2.so' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /builds/salix/arm/14.0/original/l/girara/girara-0.1.3-arm-2rl.txz ./ usr/ usr/src/ usr/src/girara-0.1.3/ usr/src/girara-0.1.3/SLKBUILD usr/lib/ usr/lib/pkgconfig/ usr/lib/pkgconfig/girara-gtk2.pc usr/lib/libgirara-gtk2.so.1.0 usr/share/ usr/share/locale/ usr/share/locale/it/ usr/share/locale/it/LC_MESSAGES/ usr/share/locale/it/LC_MESSAGES/libgirara-gtk2-1.mo usr/share/locale/es/ usr/share/locale/es/LC_MESSAGES/ usr/share/locale/es/LC_MESSAGES/libgirara-gtk2-1.mo usr/share/locale/eo/ usr/share/locale/eo/LC_MESSAGES/ usr/share/locale/eo/LC_MESSAGES/libgirara-gtk2-1.mo usr/share/locale/pl/ usr/share/locale/pl/LC_MESSAGES/ usr/share/locale/pl/LC_MESSAGES/libgirara-gtk2-1.mo usr/share/locale/de/ usr/share/locale/de/LC_MESSAGES/ usr/share/locale/de/LC_MESSAGES/libgirara-gtk2-1.mo usr/share/locale/fr/ usr/share/locale/fr/LC_MESSAGES/ usr/share/locale/fr/LC_MESSAGES/libgirara-gtk2-1.mo usr/share/locale/tr/ usr/share/locale/tr/LC_MESSAGES/ usr/share/locale/tr/LC_MESSAGES/libgirara-gtk2-1.mo usr/include/ usr/include/girara/ usr/include/girara/completion.h usr/include/girara/datastructures.h usr/include/girara/settings.h usr/include/girara/version.h usr/include/girara/commands.h usr/include/girara/statusbar.h usr/include/girara/types.h usr/include/girara/config.h usr/include/girara/gtk2-compat.h usr/include/girara/tabs.h usr/include/girara/session.h usr/include/girara/shortcuts.h usr/include/girara/utils.h usr/include/girara/girara.h usr/include/girara/callbacks.h usr/include/girara/macros.h usr/doc/ usr/doc/girara-0.1.3/ usr/doc/girara-0.1.3/README usr/doc/girara-0.1.3/LICENSE install/ install/slack-desc install/doinst.sh Slackware package /builds/salix/arm/14.0/original/l/girara/girara-0.1.3-arm-2rl.txz created. Package has been built. Cleaning pkg and src directories