]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - pkgs/python-cryptsetup/python-cryptsetup.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / python-cryptsetup / python-cryptsetup.nm
index 01c5ea5150fd7d2473db214cead7cc6842c20864..e35d26c36e3d1074e28095ce17bba02efdc1ea02 100644 (file)
@@ -1,51 +1,39 @@
 ###############################################################################
-#                                                                             #
-# IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt                 #
-#                                                                             #
-# This program is free software: you can redistribute it and/or modify        #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation, either version 3 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# This program is distributed in the hope that it will be useful,             #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
-#                                                                             #
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
 ###############################################################################
 
-###############################################################################
-# Definitions
-###############################################################################
-
-include $(PKGROOT)/Include
+name       = python-cryptsetup
+version    = 0.0.9
+release    = 1
 
-PKG_NAME       = python-cryptsetup
-PKG_VER        = 0.0.9
-PKG_REL        = 0
+groups     = System/Filesystems
+url        = http://msivak.fedorapeople.org/pycryptsetup
+license    = GPLv2+
+summary    = Python bindings for cryptsetup.
 
-PKG_MAINTAINER =
-PKG_GROUP      = System/Filesystems
-PKG_URL        = http://msivak.fedorapeople.org/pycryptsetup
-PKG_LICENSE    = GPLv2+
-PKG_SUMMARY    = Python bindings for cryptsetup.
+description
+       A python module to ease the manipulation with LUKS devices.
+end
 
-PKG_BUILD_DEPS+= cryptsetup-luks-devel python-devel
+source_dl  =
+sources    = %{thisapp}.tar.bz2
 
-define PKG_DESCRIPTION
-       A python module to ease the manipulation with LUKS devices.
-endef
+build
+       requires
+               cryptsetup-luks-devel
+               python-devel
+       end
 
-PKG_TARBALL    = $(THISAPP).tar.bz2
+       build
+               python setup.py build
+       end
 
-define STAGE_BUILD
-       cd $(DIR_APP) && python setup.py build
-endef
+       install
+               python setup.py install -O1 --skip-build --root=%{BUILDROOT}
+       end
+end
 
-define STAGE_INSTALL   
-       cd $(DIR_APP) && python setup.py install -O1 --skip-build --root=$(BUILDROOT)
-endef
+packages
+       package %{name}
+end