Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Cloud:OTC:Tools
libs3
debian.rules
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File debian.rules of Package libs3
#!/usr/bin/make -f # Sample debian/rules that uses debhelper. # This file is public domain software, originally written by Joey Hess. # # This version is for packages that are architecture dependent. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CFLAGS=$(shell dpkg-buildflags --get CFLAGS) LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS) CFLAGS+=$(HARDENING_CFLAGS) LDFLAGS+=$(HARDENING_LDFLAGS) PKG=libs3-4 LIBDESTDIR:=$(CURDIR)/debian/$(PKG) DEVDESTDIR:=$(CURDIR)/debian/libs3-dev RPM_SOURCE_DIR=/usr/src/packages/SOURCES OSSLMVER=$(shell grep '^[^/]*define *OPENSSL_VERSION_MAJOR' /usr/include/openssl/opensslv.h | sed 's/^.*MAJOR *//') #%: # dh $@ build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir # Add here commands to compile the package. #./autogen.sh if test $(OSSLMVER) -ge 3; then patch -p1 <$(RPM_SOURCE_DIR)/md5-openssl3.diff; fi #./configure --enable-shared $(MAKE) exported VERBOSE=1 RPM_OPT_FLAGS="${CFLAGS}" LIB=lib LIBDIR=/usr/lib #$(MAKE) static #$(MAKE) check touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. $(MAKE) clean #$(MAKE) distclean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/<packagename> dh_listpackages #$(MAKE) DESTDIR=`pwd`/debian/`dh_listpackages` PREFIX=/usr install $(MAKE) DESTDIR=$(LIBDESTDIR)/usr PREFIX=/usr LIB=lib install install -d $(LIBDESTDIR)/usr/share/doc/$(PKG) install -m 0644 README COPYING ChangeLog TODO $(LIBDESTDIR)/usr/share/doc/$(PKG)/ # Move over devel files mkdir -p $(DEVDESTDIR)/usr/lib/ $(DEVDESTDIR)/usr/include/ mv $(LIBDESTDIR)/usr/include/libs3.h $(DEVDESTDIR)/usr/include/ mv $(LIBDESTDIR)/usr/lib/libs3.a $(DEVDESTDIR)/usr/lib/ mv $(LIBDESTDIR)/usr/lib/libs3.so $(DEVDESTDIR)/usr/lib/ # HACK sed -i 's/all/4.1-2/' debian/changelog # 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_installchangelogs dh_installdocs dh_installexamples # dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installcatalogs # dh_installpam # dh_installmime # dh_installinit # dh_installcron # dh_installinfo # dh_installwm # dh_installudev # dh_lintian # dh_bugfiles # dh_undocumented dh_installman dh_link dh_strip dh_compress dh_fixperms # dh_perl dh_makeshlibs dh_installdeb 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