Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:p_conrad
phreebird
debian.rules
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File debian.rules of Package phreebird
#!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This is the debhelper compatibility version to use. export DH_COMPAT=5 CFLAGS = -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif NAME=phreebird #DESTDIR=/usr/src/packages/BUILD/debian/$(NAME) DESTDIR=debian/$(NAME) DESTDIR_SMTP=debian/$(NAME)-smtpd DESTDIR_QMTP=debian/$(NAME)-qmtpd DESTDIR_POP3=debian/$(NAME)-pop3d PREFIX=/usr BINDIR=$(PREFIX)/bin ifeq "$(shell uname -m)" "x86_64" LIBDIR=$(PREFIX)/lib64 else LIBDIR=$(PREFIX)/lib endif SBINDIR=$(PREFIX)/sbin MANDIR=$(PREFIX)/share/man DATADIR=$(PREFIX)/share/$(NAME) DOCDIR=$(PREFIX)/share/doc/$(NAME) SYSCONFDIR=/etc RCDIR=$(SYSCONFDIR)/init.d CGIDIR=/src/www/cgi-bin QMAIL_HOME=/var/lib/qmail build: build-stamp build-stamp: dh_testdir # Add here commands to compile the package. patch <../SOURCES/phreebird-unused-vars.patch -p 1 -s --fuzz=0 patch <../SOURCES/phreebird-formats.patch -p 1 -s --fuzz=0 patch <../SOURCES/phreebird-types.patch -p 1 -s --fuzz=0 patch <../SOURCES/phreebird-init.patch -p 1 -s --fuzz=0 patch <../SOURCES/phreebird-memleak.patch -p 1 -s --fuzz=0 patch <../SOURCES/phreebird-bucketuse.patch -p 1 -s --fuzz=0 dos2unix *.txt chmod 0644 *.txt make CC="gcc -DPB_VERSION=1.02" phreebird # --- end custom part for compiling touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. make clean rm -rf $(DESTDIR) # --- end custom part for cleaning up dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package # The DESTDIR Has To Be Exactly /usr/src/packages/BUILD/debian/<nameOfPackage> mkdir -p "$(DESTDIR)$(SBINDIR)" install -m 0755 bin/phreebird "$(DESTDIR)$(SBINDIR)" mkdir -p "$(DESTDIR)$(SYSCONFDIR)/sysconfig" install -m 0644 ../SOURCES/sysconf.phreebird "$(DESTDIR)$(SYSCONFDIR)/sysconfig/$(NAME)" mkdir -p "$(DESTDIR)$(SYSCONFDIR)/$(NAME)" mkdir -p "$(DESTDIR)$(RCDIR)" install -m 0755 ../SOURCES/rc.phreebird "$(DESTDIR)$(RCDIR)/$(NAME)" mkdir -p "$(DESTDIR)/var/log/$(NAME)" # --- end custom part for installing # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot # dh_installdebconf dh_installdocs CHANGELOG.txt HACKING.txt INSTALL.txt README.txt LICENCE ../SOURCES/COPYING dh_installexamples dh_installmenu # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit dh_installcron dh_installman dh_installinfo # dh_undocumented dh_installchangelogs dh_link dh_strip --dbg-package=$(NAME)-dbg dh_compress dh_fixperms # dh_makeshlibs dh_installdeb # dh_perl dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor